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

References

tools/clang/tools/extra/clang-tidy/readability/SimplifyBooleanExprCheck.cpp
  366     Other = RHS;
  367   else if ((Bool = dyn_cast<CXXBoolLiteralExpr>(RHS)))
  381   auto replaceWithExpression = [this, &Result, LHS, RHS, Bool](
  385     SourceRange Range(LHS->getBeginLoc(), RHS->getEndLoc());