Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DTemplate.h274 LocalInstantiationScope *cloneScopes(LocalInstantiationScope *Outermost) { in cloneScopes() function
286 newScope->Outer = Outer->cloneScopes(Outermost); in cloneScopes()
/external/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp386 Saved = CurrentInstantiationScope->cloneScopes(OuterMostScope); in InstantiateAttrs()