Searched refs:ScopeDepth (Results 1 – 5 of 5) sorted by relevance
149 WalkState->ScopeDepth++; in AcpiDsScopeStackPush()152 "[%.2d] Pushed scope ", (UINT32) WalkState->ScopeDepth)); in AcpiDsScopeStackPush()211 WalkState->ScopeDepth--; in AcpiDsScopeStackPop()215 (UINT32) WalkState->ScopeDepth, in AcpiDsScopeStackPop()
86 UINT8 ScopeDepth; member
3754 unsigned ScopeDepth = 0; in mangleStaticGuardVariable() local3755 if (Visible && !getNextDiscriminator(VD, ScopeDepth)) in mangleStaticGuardVariable()3763 if (ScopeDepth) in mangleStaticGuardVariable()3764 Mangler.mangleNumber(ScopeDepth); in mangleStaticGuardVariable()
244 JumpDest() : Block(nullptr), ScopeDepth(), Index(0) {}248 : Block(Block), ScopeDepth(Depth), Index(Index) {}252 EHScopeStack::stable_iterator getScopeDepth() const { return ScopeDepth; }257 ScopeDepth = depth;262 EHScopeStack::stable_iterator ScopeDepth;
1390 unsigned ScopeDepth = getTemplateDepth(S); in EnterTemplatedContext() local1391 for (; S && S->isTemplateParamScope(); S = S->getParent(), --ScopeDepth) { in EnterTemplatedContext()1397 if (DCDepth > ScopeDepth) in EnterTemplatedContext()1399 if (ScopeDepth == DCDepth) in EnterTemplatedContext()