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
  365   if ((Bool = dyn_cast<CXXBoolLiteralExpr>(LHS)))
  368     Other = LHS;
  381   auto replaceWithExpression = [this, &Result, LHS, RHS, Bool](
  385     SourceRange Range(LHS->getBeginLoc(), RHS->getEndLoc());