Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DTemplate.h225 bool CombineWithOuterScope; variable
246 LocalInstantiationScope(Sema &SemaRef, bool CombineWithOuterScope = false)
248 Exited(false), CombineWithOuterScope(CombineWithOuterScope), in SemaRef()
282 new LocalInstantiationScope(SemaRef, CombineWithOuterScope); in cloneScopes()
/external/clang/lib/Sema/
DSemaTemplateInstantiate.cpp2786 if (!Current->CombineWithOuterScope) in findInstantiationOf()
2820 while (Current->CombineWithOuterScope && Current->Outer) { in InstantiatedLocal()
2845 Current && Current->CombineWithOuterScope; Current = Current->Outer) in MakeInstantiatedLocalArgPack()
2889 if (!Current->CombineWithOuterScope) in getPartiallySubstitutedPack()