Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DSuspiciousStringCompareCheck.cpp106 const auto StringCompareCallExpr = ignoringParenImpCasts( in registerMatchers() local
114 .with(hasCondition(StringCompareCallExpr)), in registerMatchers()
116 hasEitherOperand(StringCompareCallExpr)))) in registerMatchers()
126 StringCompareCallExpr))) in registerMatchers()
135 hasSourceExpression(StringCompareCallExpr)) in registerMatchers()
143 hasEitherOperand(StringCompareCallExpr)) in registerMatchers()
157 hasOperands(StringCompareCallExpr, InvalidLiteral)) in registerMatchers()