Home
last modified time | relevance | path

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

/llvm-project/clang/include/clang/Sema/
H A DScope.h274 /// getFnParent - Return the closest scope that is a function body. in getFnParent() function
275 const Scope *getFnParent() const { return FnParent; } in getFnParent() function