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

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

Completed in 438 milliseconds