Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Tooling/Refactoring/Rename/
DUSRFindingAction.cpp74 if (checkIfOverriddenFunctionAscends(OverriddenMethod)) in Find()
202 bool checkIfOverriddenFunctionAscends(const CXXMethodDecl *MethodDecl) { in checkIfOverriddenFunctionAscends() function in clang::tooling::__anon590f5f360111::AdditionalUSRFinder
206 return checkIfOverriddenFunctionAscends(OverriddenMethod); in checkIfOverriddenFunctionAscends()