Searched refs:ScopeDepth (Results 1 – 2 of 2) sorted by relevance
114 JumpDest() : Block(nullptr), ScopeDepth(), Index(0) {} in JumpDest()118 : Block(Block), ScopeDepth(Depth), Index(Index) {} in JumpDest()122 EHScopeStack::stable_iterator getScopeDepth() const { return ScopeDepth; } in getScopeDepth()127 ScopeDepth = depth; in setScopeDepth()132 EHScopeStack::stable_iterator ScopeDepth; member
2867 unsigned ScopeDepth = 0; in mangleStaticGuardVariable() local2868 if (Visible && !getNextDiscriminator(VD, ScopeDepth)) in mangleStaticGuardVariable()2876 if (ScopeDepth) in mangleStaticGuardVariable()2877 Mangler.mangleNumber(ScopeDepth); in mangleStaticGuardVariable()