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 36 FnParent = parent->FnParent;
43 FnParent = BlockParent = 0;
48 if (flags & FnScope) FnParent = this;
  /external/clang/include/clang/Sema/
Scope.h 117 /// FnParent - If this scope has a parent scope that is a function body, this
119 Scope *FnParent;
179 const Scope *getFnParent() const { return FnParent; }
180 Scope *getFnParent() { return FnParent; }

Completed in 345 milliseconds