Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp694 CodeSynthesisContextLookupModules.size() && in popCodeSynthesisContext()
697 CodeSynthesisContextLookupModules.size()) { in popCodeSynthesisContext()
698 if (Module *M = CodeSynthesisContextLookupModules.back()) in popCodeSynthesisContext()
700 CodeSynthesisContextLookupModules.pop_back(); in popCodeSynthesisContext()
H A DSemaLookup.cpp1571 for (unsigned I = CodeSynthesisContextLookupModules.size(); in getLookupModules()
1578 CodeSynthesisContextLookupModules.push_back(M); in getLookupModules()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h9649 SmallVector<Module*, 16> CodeSynthesisContextLookupModules; variable