Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs_context.cpp143 clang::TranslationUnitDecl *TUDecl = mCtx.getTranslationUnitDecl(); in processExportType() local
145 slangAssert(TUDecl != NULL && "Translation unit declaration (top-level " in processExportType()
154 clang::DeclContext::lookup_const_result R = TUDecl->lookup(II); in processExportType()
230 clang::TranslationUnitDecl *TUDecl = mCtx.getTranslationUnitDecl(); in processExport() local
231 for (clang::DeclContext::decl_iterator DI = TUDecl->decls_begin(), in processExport()
232 DE = TUDecl->decls_end(); in processExport()
Dslang_rs_check_ast.cpp152 clang::TranslationUnitDecl *TUDecl = C.getTranslationUnitDecl(); in Validate() local
153 for (clang::DeclContext::decl_iterator DI = TUDecl->decls_begin(), in Validate()
154 DE = TUDecl->decls_end(); in Validate()
Dslang_rs_backend.cpp134 clang::TranslationUnitDecl *TUDecl = C.getTranslationUnitDecl(); in HandleTranslationUnitPre() local
175 for (clang::DeclContext::decl_iterator I = TUDecl->decls_begin(), in HandleTranslationUnitPre()
176 E = TUDecl->decls_end(); I != E; I++) { in HandleTranslationUnitPre()
Dslang_rs_object_ref_count.cpp50 clang::TranslationUnitDecl *TUDecl = C.getTranslationUnitDecl(); in GetRSRefCountingFunctions() local
52 for (clang::DeclContext::decl_iterator I = TUDecl->decls_begin(), in GetRSRefCountingFunctions()
53 E = TUDecl->decls_end(); I != E; I++) { in GetRSRefCountingFunctions()