Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp613 CodeSynthesisContextLookupModules.size() && in popCodeSynthesisContext()
616 CodeSynthesisContextLookupModules.size()) { in popCodeSynthesisContext()
617 if (Module *M = CodeSynthesisContextLookupModules.back()) in popCodeSynthesisContext()
619 CodeSynthesisContextLookupModules.pop_back(); in popCodeSynthesisContext()
H A DSemaLookup.cpp1558 for (unsigned I = CodeSynthesisContextLookupModules.size(); in getLookupModules()
1565 CodeSynthesisContextLookupModules.push_back(M); in getLookupModules()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h9367 SmallVector<Module*, 16> CodeSynthesisContextLookupModules; variable