Home
last modified time | relevance | path

Searched defs:hasSameParameterTypes (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DReturnConstRefFromParameterCheck.cpp43 static bool hasSameParameterTypes(const FunctionDecl &FD, const FunctionDecl &O, hasSameParameterTypes() function
/llvm-project/clang-tools-extra/clang-tidy/utils/
H A DDeclRefExprUtils.cpp50 bool hasSameParameterTypes(const CXXMethodDecl &D, const CXXMethodDecl &O) { in hasSameParameterTypes() function