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;
50 MSLocalManglingParent = FnParent = BlockParent = nullptr;
56 if (flags & FnScope) FnParent = this;
  /external/clang/include/clang/Sema/
Scope.h 146 /// FnParent - If this scope has a parent scope that is a function body, this
148 Scope *FnParent;
212 const Scope *getFnParent() const { return FnParent; }
213 Scope *getFnParent() { return FnParent; }

Completed in 650 milliseconds