Searched refs:RD (Results 1 - 5 of 5) sorted by relevance

/frameworks/compile/slang/
H A Dslang_rs_export_type.cpp162 clang::RecordDecl *RD = T->getAsStructureType()->getDecl(); local
163 if (RD != NULL) {
164 RD = RD->getDefinition();
165 if (RD == NULL) {
173 TopLevelRecord = RD;
175 if (RD->getName().empty()) {
176 ReportTypeError(DiagEngine, NULL, RD,
182 if (RD->hasFlexibleArrayMember() || RD
314 clang::RecordDecl *RD = NULL; local
474 clang::RecordDecl *RD; local
749 const clang::RecordDecl *RD = RT->getDecl(); local
1096 const clang::RecordDecl* RD = RT->getDecl(); local
1257 const clang::RecordDecl *RD = RT->getDecl(); local
[all...]
H A Dslang_rs_export_func.cpp74 clang::RecordDecl *RD = local
93 RD,
102 RD->addDecl(FD);
105 RD->completeDefinition();
107 clang::QualType T = Ctx.getTagDeclType(RD);
H A Dslang_rs_export_foreach.cpp242 clang::RecordDecl *RD = local
252 RD,
261 RD->addDecl(FD);
262 RD->completeDefinition();
265 clang::QualType T = Ctx.getTagDeclType(RD);
H A Dslang_rs.cpp104 ReflectedDefinitionListTy::const_iterator RD = local
107 if (RD != ReflectedDefinitions.end()) {
108 const RSExportRecordType *Reflected = RD->getValue().first;
149 << RD->getValue().second;
H A Dslang_rs_object_ref_count.cpp626 clang::RecordDecl *RD = T->getAsUnionType()->getDecl(); local
627 RD = RD->getDefinition();
628 for (clang::RecordDecl::field_iterator FI = RD->field_begin(),
629 FE = RD->field_end();
645 clang::RecordDecl *RD = T->getAsStructureType()->getDecl(); local
646 RD = RD->getDefinition();
647 for (clang::RecordDecl::field_iterator FI = RD->field_begin(),
648 FE = RD
685 clang::RecordDecl *RD = BaseType->getAsStructureType()->getDecl(); local
1011 clang::RecordDecl *RD = T->getAsStructureType()->getDecl(); local
[all...]

Completed in 53 milliseconds