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

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

Completed in 201 milliseconds