Searched refs:ScopeDepth (Results 1 – 3 of 3) sorted by relevance
3794 unsigned ScopeDepth = 0; in mangleStaticGuardVariable() local3795 if (Visible && !getNextDiscriminator(VD, ScopeDepth)) in mangleStaticGuardVariable()3803 if (ScopeDepth) in mangleStaticGuardVariable()3804 Mangler.mangleNumber(ScopeDepth); in mangleStaticGuardVariable()
243 : Block(Block), ScopeDepth(Depth), Index(Index) {}247 EHScopeStack::stable_iterator getScopeDepth() const { return ScopeDepth; }252 ScopeDepth = depth;257 EHScopeStack::stable_iterator ScopeDepth;
1424 unsigned ScopeDepth = getTemplateDepth(S); in EnterTemplatedContext() local1425 for (; S && S->isTemplateParamScope(); S = S->getParent(), --ScopeDepth) { in EnterTemplatedContext()1431 if (DCDepth > ScopeDepth) in EnterTemplatedContext()1433 if (ScopeDepth == DCDepth) in EnterTemplatedContext()