Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DTemplate.h427 LocalInstantiationScope *cloneScopes(LocalInstantiationScope *Outermost) { in cloneScopes() function
439 newScope->Outer = Outer->cloneScopes(Outermost); in cloneScopes()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp820 Saved = CurrentInstantiationScope->cloneScopes(OuterMostScope); in InstantiateAttrs()