Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp378 CodeSynthesisContextLookupModules.size() && in popCodeSynthesisContext()
381 CodeSynthesisContextLookupModules.size()) { in popCodeSynthesisContext()
382 if (Module *M = CodeSynthesisContextLookupModules.back()) in popCodeSynthesisContext()
384 CodeSynthesisContextLookupModules.pop_back(); in popCodeSynthesisContext()
H A DSemaLookup.cpp1383 for (unsigned I = CodeSynthesisContextLookupModules.size(); in getLookupModules()
1388 CodeSynthesisContextLookupModules.push_back(M); in getLookupModules()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h7296 SmallVector<Module*, 16> CodeSynthesisContextLookupModules; variable