Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Tooling/Refactoring/Rename/
H A DUSRFindingAction.cpp74 if (checkIfOverriddenFunctionAscends(OverriddenMethod)) in Find()
200 bool checkIfOverriddenFunctionAscends(const CXXMethodDecl *MethodDecl) { in checkIfOverriddenFunctionAscends() function in clang::tooling::__anon02dbeb760111::AdditionalUSRFinder
204 return checkIfOverriddenFunctionAscends(OverriddenMethod); in checkIfOverriddenFunctionAscends()