Searched refs:TUDecl (Results 1 - 6 of 6) sorted by relevance

/frameworks/compile/slang/
H A Dslang_rs_context.cpp175 clang::TranslationUnitDecl *TUDecl = mCtx.getTranslationUnitDecl(); local
177 slangAssert(TUDecl != nullptr && "Translation unit declaration (top-level "
186 clang::DeclContext::lookup_result R = TUDecl->lookup(II);
233 clang::TranslationUnitDecl *TUDecl = mCtx.getTranslationUnitDecl(); local
234 for (auto I = TUDecl->decls_begin(), E = TUDecl->decls_end(); I != E; I++) {
H A Dslang_rs_check_ast.cpp289 clang::TranslationUnitDecl *TUDecl = C.getTranslationUnitDecl(); local
290 for (clang::DeclContext::decl_iterator DI = TUDecl->decls_begin(),
291 DE = TUDecl->decls_end();
H A Dslang_rs_pragma_handler.cpp237 clang::TranslationUnitDecl *TUDecl = ASTC.getTranslationUnitDecl(); local
238 slangAssert(TUDecl);
240 for (auto Decl : TUDecl->lookup(II)) {
H A Dslang_rs_export_reduce.cpp166 clang::TranslationUnitDecl *TUDecl = getRSContext()->getASTContext().getTranslationUnitDecl();
167 slangAssert(TUDecl);
172 for (auto Decl : TUDecl->lookup(II)) {
H A Dslang_backend.cpp693 clang::TranslationUnitDecl *TUDecl = C.getTranslationUnitDecl(); local
737 for (clang::DeclContext::decl_iterator I = TUDecl->decls_begin(),
738 E = TUDecl->decls_end(); I != E; I++) {
H A Dslang_rs_object_ref_count.cpp48 clang::TranslationUnitDecl *TUDecl = C.getTranslationUnitDecl(); local
50 for (clang::DeclContext::decl_iterator I = TUDecl->decls_begin(),
51 E = TUDecl->decls_end(); I != E; I++) {

Completed in 166 milliseconds