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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DScope.h232 const Scope *getFnParent() const { return FnParent; } function in class:clang::Scope
233 Scope *getFnParent() { return FnParent; } function in class:clang::Scope

Completed in 58 milliseconds