Searched refs:CombineWithOuterScope (Results 1 – 2 of 2) sorted by relevance
225 bool CombineWithOuterScope; variable246 LocalInstantiationScope(Sema &SemaRef, bool CombineWithOuterScope = false)248 Exited(false), CombineWithOuterScope(CombineWithOuterScope), in SemaRef()282 new LocalInstantiationScope(SemaRef, CombineWithOuterScope); in cloneScopes()
2789 if (!Current->CombineWithOuterScope) in findInstantiationOf()2813 while (Current->CombineWithOuterScope && Current->Outer) { in InstantiatedLocal()2838 Current && Current->CombineWithOuterScope; Current = Current->Outer) in MakeInstantiatedLocalArgPack()2882 if (!Current->CombineWithOuterScope) in getPartiallySubstitutedPack()