Searched refs:TUDecl (Results 1 – 4 of 4) sorted by relevance
124 clang::TranslationUnitDecl *TUDecl = mCtx.getTranslationUnitDecl(); in processExportType() local126 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() local212 for (clang::DeclContext::decl_iterator DI = TUDecl->decls_begin(), in processExport()213 DE = TUDecl->decls_end(); in processExport()
274 clang::TranslationUnitDecl *TUDecl = C.getTranslationUnitDecl(); in Validate() local275 for (clang::DeclContext::decl_iterator DI = TUDecl->decls_begin(), in Validate()276 DE = TUDecl->decls_end(); in Validate()
129 clang::TranslationUnitDecl *TUDecl = C.getTranslationUnitDecl(); in HandleTranslationUnitPre() local170 for (clang::DeclContext::decl_iterator I = TUDecl->decls_begin(), in HandleTranslationUnitPre()171 E = TUDecl->decls_end(); I != E; I++) { in HandleTranslationUnitPre()
49 clang::TranslationUnitDecl *TUDecl = C.getTranslationUnitDecl(); in GetRSRefCountingFunctions() local51 for (clang::DeclContext::decl_iterator I = TUDecl->decls_begin(), in GetRSRefCountingFunctions()52 E = TUDecl->decls_end(); I != E; I++) { in GetRSRefCountingFunctions()