Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clang-tidy/performance/
H A DInefficientAlgorithmCheck.cpp96 const auto *AlgDecl = AlgCall->getDirectCallee(); in check() local
97 if (!AlgDecl) in check()
100 if (Unordered && AlgDecl->getName().contains("bound")) in check()
139 AlgDecl->getName() + "(" + ParamText + ")") in check()