Searched defs:FnParent (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/Sema/
H A DScope.h108 /// FnParent - If this scope has a parent scope that is a function body, this
110 Scope *FnParent; member in class:clang::Scope
170 const Scope *getFnParent() const { return FnParent; }
171 Scope *getFnParent() { return FnParent; }

Completed in 34 milliseconds