Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Sema/
H A DTemplate.h397 LocalInstantiationScope *cloneScopes(LocalInstantiationScope *Outermost) { in cloneScopes() function
409 newScope->Outer = Outer->cloneScopes(Outermost); in cloneScopes()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp816 Saved = CurrentInstantiationScope->cloneScopes(OuterMostScope); in InstantiateAttrs()