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

/frameworks/compile/slang/
H A Dslang_rs_export_type.cpp202 clang::RecordDecl *RD = T->getAsStructureType()->getDecl(); local
203 if (RD != NULL) {
204 RD = RD->getDefinition();
205 if (RD == NULL) {
213 TopLevelRecord = RD;
215 if (RD->getName().empty()) {
216 ReportTypeError(DiagEngine, NULL, RD,
222 if (RD->hasFlexibleArrayMember() || RD
402 clang::RecordDecl *RD = NULL; local
565 clang::RecordDecl *RD; local
841 const clang::RecordDecl *RD = RT->getDecl(); local
1192 const clang::RecordDecl* RD = RT->getDecl(); local
1353 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_object_ref_count.cpp630 clang::RecordDecl *RD = T->getAsUnionType()->getDecl(); local
631 RD = RD->getDefinition();
632 for (clang::RecordDecl::field_iterator FI = RD->field_begin(),
633 FE = RD->field_end();
649 clang::RecordDecl *RD = T->getAsStructureType()->getDecl(); local
650 RD = RD->getDefinition();
651 for (clang::RecordDecl::field_iterator FI = RD->field_begin(),
652 FE = RD
689 clang::RecordDecl *RD = BaseType->getAsStructureType()->getDecl(); local
1019 clang::RecordDecl *RD = T->getAsStructureType()->getDecl(); local
[all...]
H A Dslang_rs.cpp110 ReflectedDefinitionListTy::const_iterator RD = local
113 if (RD != ReflectedDefinitions.end()) {
114 const RSExportRecordType *Reflected = RD->getValue().first;
155 << RD->getValue().second;
H A Dslang_rs_export_foreach.cpp252 clang::RecordDecl *RD = local
261 RD,
270 RD->addDecl(FD);
271 RD->completeDefinition();
274 clang::QualType T = Ctx.getTagDeclType(RD);

Completed in 31 milliseconds