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 39 BlockParent = parent->BlockParent;
50 MSLocalManglingParent = FnParent = BlockParent = nullptr;
65 if (flags & BlockScope) BlockParent = this;
  /external/clang/include/clang/Sema/
Scope.h 157 /// BlockParent - This is a direct link to the immediately containing
159 Scope *BlockParent;
239 Scope *getBlockParent() { return BlockParent; }
240 const Scope *getBlockParent() const { return BlockParent; }

Completed in 307 milliseconds