Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCodeGenFunction.h114 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
/external/clang/lib/AST/
DMicrosoftMangle.cpp2867 unsigned ScopeDepth = 0; in mangleStaticGuardVariable() local
2868 if (Visible && !getNextDiscriminator(VD, ScopeDepth)) in mangleStaticGuardVariable()
2876 if (ScopeDepth) in mangleStaticGuardVariable()
2877 Mangler.mangleNumber(ScopeDepth); in mangleStaticGuardVariable()