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

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

Completed in 76 milliseconds