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

/frameworks/compile/slang/
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_context.cpp143 clang::TranslationUnitDecl *TUDecl = mCtx.getTranslationUnitDecl(); local
145 slangAssert(TUDecl != NULL && "Translation unit declaration (top-level "
154 clang::DeclContext::lookup_const_result R = TUDecl->lookup(II);
230 clang::TranslationUnitDecl *TUDecl = mCtx.getTranslationUnitDecl(); local
231 for (clang::DeclContext::decl_iterator DI = TUDecl->decls_begin(),
232 DE = TUDecl->decls_end();
H A Dslang_rs_backend.cpp134 clang::TranslationUnitDecl *TUDecl = C.getTranslationUnitDecl(); local
175 for (clang::DeclContext::decl_iterator I = TUDecl->decls_begin(),
176 E = TUDecl->decls_end(); I != E; I++) {
H A Dslang_rs_object_ref_count.cpp50 clang::TranslationUnitDecl *TUDecl = C.getTranslationUnitDecl(); local
52 for (clang::DeclContext::decl_iterator I = TUDecl->decls_begin(),
53 E = TUDecl->decls_end(); I != E; I++) {

Completed in 66 milliseconds