Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Sema/
H A DTemplate.h351 bool CombineWithOuterScope; variable
367 LocalInstantiationScope(Sema &SemaRef, bool CombineWithOuterScope = false)
369 CombineWithOuterScope(CombineWithOuterScope) { in SemaRef()
405 new LocalInstantiationScope(SemaRef, CombineWithOuterScope); in cloneScopes()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp3635 if (!Current->CombineWithOuterScope) in findInstantiationOf()
3675 while (Current->CombineWithOuterScope && Current->Outer) { in InstantiatedLocal()
3700 Current && Current->CombineWithOuterScope; Current = Current->Outer) in MakeInstantiatedLocalArgPack()
3751 if (!Current->CombineWithOuterScope) in getPartiallySubstitutedPack()