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 127 /// BlockParent - This is a direct link to the immediately containing
129 Scope *BlockParent;
201 Scope *getBlockParent() { return BlockParent; }
202 const Scope *getBlockParent() const { return BlockParent; }

Completed in 38 milliseconds