HomeSort by relevance Sort by last modified time
    Searched refs:ScopeDepth (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/AST/
MicrosoftMangle.cpp     [all...]
  /external/clang/lib/CodeGen/
CodeGenFunction.h 114 JumpDest() : Block(nullptr), ScopeDepth(), Index(0) {}
118 : Block(Block), ScopeDepth(Depth), Index(Index) {}
122 EHScopeStack::stable_iterator getScopeDepth() const { return ScopeDepth; }
127 ScopeDepth = depth;
132 EHScopeStack::stable_iterator ScopeDepth;
    [all...]

Completed in 78 milliseconds