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

  /external/clang/lib/CodeGen/
CodeGenFunction.h 107 JumpDest() : Block(nullptr), ScopeDepth(), Index(0) {}
111 : Block(Block), ScopeDepth(Depth), Index(Index) {}
115 EHScopeStack::stable_iterator getScopeDepth() const { return ScopeDepth; }
120 ScopeDepth = depth;
125 EHScopeStack::stable_iterator ScopeDepth;
    [all...]
  /external/clang/lib/AST/
MicrosoftMangle.cpp     [all...]

Completed in 62 milliseconds