Searched refs:ScopeDepth (Results 1 – 2 of 2) sorted by relevance
108 JumpDest() : Block(nullptr), ScopeDepth(), Index(0) {} in JumpDest()112 : Block(Block), ScopeDepth(Depth), Index(Index) {} in JumpDest()116 EHScopeStack::stable_iterator getScopeDepth() const { return ScopeDepth; } in getScopeDepth()121 ScopeDepth = depth; in setScopeDepth()126 EHScopeStack::stable_iterator ScopeDepth; member
2541 unsigned ScopeDepth = 0; in mangleStaticGuardVariable() local2542 if (Visible && !getNextDiscriminator(VD, ScopeDepth)) in mangleStaticGuardVariable()2550 if (ScopeDepth) in mangleStaticGuardVariable()2551 Mangler.mangleNumber(ScopeDepth); in mangleStaticGuardVariable()