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

/external/clang/include/clang/Sema/
H A DScope.h177 /// getFnParent - Return the closest scope that is a function body.
179 const Scope *getFnParent() const { return FnParent; } function in class:clang::Scope
180 Scope *getFnParent() { return FnParent; } function in class:clang::Scope
256 if (const Scope *FnS = getFnParent()) {

Completed in 74 milliseconds