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

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

Completed in 157 milliseconds