Searched refs:ScopeDepth (Results 1 – 3 of 3) sorted by relevance
3805 unsigned ScopeDepth = 0; in mangleStaticGuardVariable() local3806 if (Visible && !getNextDiscriminator(VD, ScopeDepth)) in mangleStaticGuardVariable()3814 if (ScopeDepth) in mangleStaticGuardVariable()3815 Mangler.mangleNumber(ScopeDepth); in mangleStaticGuardVariable()
244 : Block(Block), ScopeDepth(Depth), Index(Index) {}248 EHScopeStack::stable_iterator getScopeDepth() const { return ScopeDepth; }253 ScopeDepth = depth;258 EHScopeStack::stable_iterator ScopeDepth;
1452 unsigned ScopeDepth = getTemplateDepth(S); in EnterTemplatedContext() local1453 for (; S && S->isTemplateParamScope(); S = S->getParent(), --ScopeDepth) { in EnterTemplatedContext()1459 if (DCDepth > ScopeDepth) in EnterTemplatedContext()1461 if (ScopeDepth == DCDepth) in EnterTemplatedContext()