Searched refs:CombineWithOuterScope (Results 1 – 2 of 2) sorted by relevance
275 bool CombineWithOuterScope; variable291 LocalInstantiationScope(Sema &SemaRef, bool CombineWithOuterScope = false)293 CombineWithOuterScope(CombineWithOuterScope) { in SemaRef()329 new LocalInstantiationScope(SemaRef, CombineWithOuterScope); in cloneScopes()
2920 if (!Current->CombineWithOuterScope) in findInstantiationOf()2954 while (Current->CombineWithOuterScope && Current->Outer) { in InstantiatedLocal()2979 Current && Current->CombineWithOuterScope; Current = Current->Outer) in MakeInstantiatedLocalArgPack()3023 if (!Current->CombineWithOuterScope) in getPartiallySubstitutedPack()