reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/tools/extra/clang-tidy/bugprone/SuspiciousStringCompareCheck.cpp
  170   const auto *Decl = Result.Nodes.getNodeAs<FunctionDecl>("decl");
  171   const auto *Call = Result.Nodes.getNodeAs<CallExpr>("call");
  174   if (Result.Nodes.getNodeAs<Stmt>("missing-comparison")) {
  176         Call->getRParenLoc(), 0, Result.Context->getSourceManager(),
  184   if (const auto *E = Result.Nodes.getNodeAs<Expr>("logical-not-comparison")) {
  186         Call->getRParenLoc(), 0, Result.Context->getSourceManager(),
  198   if (Result.Nodes.getNodeAs<Stmt>("invalid-comparison")) {
  205           Result.Nodes.getNodeAs<BinaryOperator>("suspicious-operator")) {
  210   if (Result.Nodes.getNodeAs<Stmt>("invalid-conversion")) {