Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DSuspiciousStringCompareCheck.cpp98 const auto FunctionCompareDecl = in registerMatchers() local
101 callExpr(hasDeclaration(FunctionCompareDecl)).bind("call"); in registerMatchers()