Home
last modified time | relevance | path

Searched refs:ScopeDepth (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/CodeGen/
DCodeGenFunction.h108 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
/external/clang/lib/AST/
DMicrosoftMangle.cpp2541 unsigned ScopeDepth = 0; in mangleStaticGuardVariable() local
2542 if (Visible && !getNextDiscriminator(VD, ScopeDepth)) in mangleStaticGuardVariable()
2550 if (ScopeDepth) in mangleStaticGuardVariable()
2551 Mangler.mangleNumber(ScopeDepth); in mangleStaticGuardVariable()