Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DTemplate.h363 LocalInstantiationScope *cloneScopes(LocalInstantiationScope *Outermost) { in cloneScopes() function
375 newScope->Outer = Outer->cloneScopes(Outermost); in cloneScopes()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp732 Saved = CurrentInstantiationScope->cloneScopes(OuterMostScope); in InstantiateAttrs()