Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/
DSuspiciousStringCompareCheck.cpp99 const auto FunctionCompareDecl = in registerMatchers() local
104 callExpr(hasDeclaration(FunctionCompareDecl)).bind("call"); in registerMatchers()