Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Sema/
DTemplate.h225 bool CombineWithOuterScope; variable
246 LocalInstantiationScope(Sema &SemaRef, bool CombineWithOuterScope = false)
248 Exited(false), CombineWithOuterScope(CombineWithOuterScope), in SemaRef()
277 new LocalInstantiationScope(SemaRef, CombineWithOuterScope); in cloneScopes()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaTemplateInstantiate.cpp2781 if (!Current->CombineWithOuterScope) in findInstantiationOf()
2857 if (!Current->CombineWithOuterScope) in getPartiallySubstitutedPack()