Searched refs:TUDecl (Results 1 – 4 of 4) sorted by relevance
143 clang::TranslationUnitDecl *TUDecl = mCtx.getTranslationUnitDecl(); in processExportType() local145 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() local231 for (clang::DeclContext::decl_iterator DI = TUDecl->decls_begin(), in processExport()232 DE = TUDecl->decls_end(); in processExport()
152 clang::TranslationUnitDecl *TUDecl = C.getTranslationUnitDecl(); in Validate() local153 for (clang::DeclContext::decl_iterator DI = TUDecl->decls_begin(), in Validate()154 DE = TUDecl->decls_end(); in Validate()
134 clang::TranslationUnitDecl *TUDecl = C.getTranslationUnitDecl(); in HandleTranslationUnitPre() local175 for (clang::DeclContext::decl_iterator I = TUDecl->decls_begin(), in HandleTranslationUnitPre()176 E = TUDecl->decls_end(); I != E; I++) { in HandleTranslationUnitPre()
50 clang::TranslationUnitDecl *TUDecl = C.getTranslationUnitDecl(); in GetRSRefCountingFunctions() local52 for (clang::DeclContext::decl_iterator I = TUDecl->decls_begin(), in GetRSRefCountingFunctions()53 E = TUDecl->decls_end(); I != E; I++) { in GetRSRefCountingFunctions()