Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DTemplate.h274 LocalInstantiationScope *cloneScopes(LocalInstantiationScope *Outermost) { in cloneScopes() argument
275 if (this == Outermost) return this; in cloneScopes()
286 newScope->Outer = Outer->cloneScopes(Outermost); in cloneScopes()
315 LocalInstantiationScope *Outermost) { in deleteScopes() argument
316 while (Scope && Scope != Outermost) { in deleteScopes()