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

  /external/clang/lib/Sema/
Scope.cpp 37 BlockParent = parent->BlockParent;
43 FnParent = BlockParent = 0;
51 if (flags & BlockScope) BlockParent = this;
  /external/clang/include/clang/Sema/
Scope.h 118 /// BlockParent - This is a direct link to the immediately containing
120 Scope *BlockParent;
192 Scope *getBlockParent() { return BlockParent; }
193 const Scope *getBlockParent() const { return BlockParent; }

Completed in 164 milliseconds