Home
last modified time | relevance | path

Searched refs:checkIfOverriddenFunctionAscends (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/
H A DUSRFindingAction.cpp67 if (checkIfOverriddenFunctionAscends(OverriddenMethod)) in Find()
193 bool checkIfOverriddenFunctionAscends(const CXXMethodDecl *MethodDecl) { in checkIfOverriddenFunctionAscends() function in clang::tooling::__anon980dcc460111::AdditionalUSRFinder
197 return checkIfOverriddenFunctionAscends(OverriddenMethod); in checkIfOverriddenFunctionAscends()