Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DTemplate.h412 bool CombineWithOuterScope; variable
428 LocalInstantiationScope(Sema &SemaRef, bool CombineWithOuterScope = false)
430 CombineWithOuterScope(CombineWithOuterScope) { in SemaRef()
466 new LocalInstantiationScope(SemaRef, CombineWithOuterScope); in cloneScopes()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp4368 if (!Current->CombineWithOuterScope) in findInstantiationOf()
4408 while (Current->CombineWithOuterScope && Current->Outer) { in InstantiatedLocal()
4433 Current && Current->CombineWithOuterScope; Current = Current->Outer) in MakeInstantiatedLocalArgPack()
4484 if (!Current->CombineWithOuterScope) in getPartiallySubstitutedPack()