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 108 /// FnParent - If this scope has a parent scope that is a function body, this
110 Scope *FnParent;
170 const Scope *getFnParent() const { return FnParent; }
171 Scope *getFnParent() { return FnParent; }

Completed in 119 milliseconds