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

  /external/clang/lib/Sema/
Scope.cpp 38 FnParent = parent->FnParent;
51 MSLastManglingParent = FnParent = BlockParent = nullptr;
58 if (flags & FnScope) FnParent = this;
  /external/clang/include/clang/Sema/
Scope.h 154 /// FnParent - If this scope has a parent scope that is a function body, this
156 Scope *FnParent;
220 const Scope *getFnParent() const { return FnParent; }
221 Scope *getFnParent() { return FnParent; }

Completed in 30 milliseconds