Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DTemplate.h275 bool CombineWithOuterScope; variable
291 LocalInstantiationScope(Sema &SemaRef, bool CombineWithOuterScope = false)
293 CombineWithOuterScope(CombineWithOuterScope) { in SemaRef()
329 new LocalInstantiationScope(SemaRef, CombineWithOuterScope); in cloneScopes()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp2920 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()