Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Tooling/Refactoring/Rename/
H A DUSRFindingAction.cpp73 for (const auto &OverriddenMethod : OverriddenMethods) { in Find() local
74 if (checkIfOverriddenFunctionAscends(OverriddenMethod)) in Find()
75 USRSet.insert(getUSRForDecl(OverriddenMethod)); in Find()
182 for (const auto &OverriddenMethod : MethodDecl->overridden_methods()) in addUSRsOfOverridenFunctions() local
183 addUSRsOfOverridenFunctions(OverriddenMethod); in addUSRsOfOverridenFunctions()
201 for (const auto &OverriddenMethod : MethodDecl->overridden_methods()) { in checkIfOverriddenFunctionAscends() local
202 if (USRSet.find(getUSRForDecl(OverriddenMethod)) != USRSet.end()) in checkIfOverriddenFunctionAscends()
204 return checkIfOverriddenFunctionAscends(OverriddenMethod); in checkIfOverriddenFunctionAscends()