Home
last modified time | relevance | path

Searched refs:CombineWithOuterScope (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DTemplate.h317 bool CombineWithOuterScope; variable
333 LocalInstantiationScope(Sema &SemaRef, bool CombineWithOuterScope = false)
335 CombineWithOuterScope(CombineWithOuterScope) { in SemaRef()
371 new LocalInstantiationScope(SemaRef, CombineWithOuterScope); in cloneScopes()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp3589 if (!Current->CombineWithOuterScope) in findInstantiationOf()
3629 while (Current->CombineWithOuterScope && Current->Outer) { in InstantiatedLocal()
3654 Current && Current->CombineWithOuterScope; Current = Current->Outer) in MakeInstantiatedLocalArgPack()
3705 if (!Current->CombineWithOuterScope) in getPartiallySubstitutedPack()