Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DTemplate.h458 LocalInstantiationScope *cloneScopes(LocalInstantiationScope *Outermost) { in cloneScopes() function
470 newScope->Outer = Outer->cloneScopes(Outermost); in cloneScopes()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp879 Saved = CurrentInstantiationScope->cloneScopes(OuterMostScope); in InstantiateAttrs()