Home
last modified time | relevance | path

Searched refs:TUDecl (Results 1 – 4 of 4) sorted by relevance

/frameworks/compile/slang/
Dslang_rs_context.cpp124 clang::TranslationUnitDecl *TUDecl = mCtx.getTranslationUnitDecl(); in processExportType() local
126 slangAssert(TUDecl != NULL && "Translation unit declaration (top-level " in processExportType()
135 clang::DeclContext::lookup_const_result R = TUDecl->lookup(II); in processExportType()
211 clang::TranslationUnitDecl *TUDecl = mCtx.getTranslationUnitDecl(); in processExport() local
212 for (clang::DeclContext::decl_iterator DI = TUDecl->decls_begin(), in processExport()
213 DE = TUDecl->decls_end(); in processExport()
Dslang_rs_check_ast.cpp274 clang::TranslationUnitDecl *TUDecl = C.getTranslationUnitDecl(); in Validate() local
275 for (clang::DeclContext::decl_iterator DI = TUDecl->decls_begin(), in Validate()
276 DE = TUDecl->decls_end(); in Validate()
Dslang_rs_backend.cpp129 clang::TranslationUnitDecl *TUDecl = C.getTranslationUnitDecl(); in HandleTranslationUnitPre() local
170 for (clang::DeclContext::decl_iterator I = TUDecl->decls_begin(), in HandleTranslationUnitPre()
171 E = TUDecl->decls_end(); I != E; I++) { in HandleTranslationUnitPre()
Dslang_rs_object_ref_count.cpp49 clang::TranslationUnitDecl *TUDecl = C.getTranslationUnitDecl(); in GetRSRefCountingFunctions() local
51 for (clang::DeclContext::decl_iterator I = TUDecl->decls_begin(), in GetRSRefCountingFunctions()
52 E = TUDecl->decls_end(); I != E; I++) { in GetRSRefCountingFunctions()