Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp857 CodeSynthesisContextLookupModules.size() && in popCodeSynthesisContext()
860 CodeSynthesisContextLookupModules.size()) { in popCodeSynthesisContext()
861 if (Module *M = CodeSynthesisContextLookupModules.back()) in popCodeSynthesisContext()
863 CodeSynthesisContextLookupModules.pop_back(); in popCodeSynthesisContext()
H A DSemaLookup.cpp1613 for (unsigned I = CodeSynthesisContextLookupModules.size(); in getLookupModules()
1620 CodeSynthesisContextLookupModules.push_back(M); in getLookupModules()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h13399 SmallVector<Module *, 16> CodeSynthesisContextLookupModules; variable