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

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

Completed in 78 milliseconds