Home
last modified time | relevance | path

Searched refs:CodeSynthesisContextLookupModules (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp459 CodeSynthesisContextLookupModules.size() && in popCodeSynthesisContext()
462 CodeSynthesisContextLookupModules.size()) { in popCodeSynthesisContext()
463 if (Module *M = CodeSynthesisContextLookupModules.back()) in popCodeSynthesisContext()
465 CodeSynthesisContextLookupModules.pop_back(); in popCodeSynthesisContext()
H A DSemaLookup.cpp1546 for (unsigned I = CodeSynthesisContextLookupModules.size(); in getLookupModules()
1553 CodeSynthesisContextLookupModules.push_back(M); in getLookupModules()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h8721 SmallVector<Module*, 16> CodeSynthesisContextLookupModules; variable