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.cpp830 CodeSynthesisContextLookupModules.size() && in popCodeSynthesisContext()
833 CodeSynthesisContextLookupModules.size()) { in popCodeSynthesisContext()
834 if (Module *M = CodeSynthesisContextLookupModules.back()) in popCodeSynthesisContext()
836 CodeSynthesisContextLookupModules.pop_back(); in popCodeSynthesisContext()
H A DSemaLookup.cpp1583 for (unsigned I = CodeSynthesisContextLookupModules.size(); in getLookupModules()
1590 CodeSynthesisContextLookupModules.push_back(M); in getLookupModules()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h13131 SmallVector<Module *, 16> CodeSynthesisContextLookupModules; variable