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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/
H A DUSRFindingAction.cpp74 if (checkIfOverriddenFunctionAscends(OverriddenMethod))
164 bool checkIfOverriddenFunctionAscends(const CXXMethodDecl *MethodDecl) { function in class:clang::tooling::__anon932::AdditionalUSRFinder
168 return checkIfOverriddenFunctionAscends(OverriddenMethod);

Completed in 108 milliseconds