HomeSort by: relevance | last modified time | path
    Searched refs:BlockParent (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
Scope.cpp 38 BlockParent = parent->BlockParent;
50 MSLastManglingParent = FnParent = BlockParent = nullptr;
67 if (flags & BlockScope) BlockParent = this;
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Scope.h 183 /// BlockParent - This is a direct link to the immediately containing
185 Scope *BlockParent;
276 Scope *getBlockParent() { return BlockParent; }
277 const Scope *getBlockParent() const { return BlockParent; }

Completed in 63 milliseconds