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

References

tools/clang/tools/extra/clang-tidy/bugprone/BranchCloneCheck.cpp
   47     if (!areStatementsIdentical(LHS[i]->stripLabelLikeStatements(),
   82       if (areStatementsIdentical(Then->IgnoreContainers(),
  124             !areStatementsIdentical(Branches[i]->IgnoreContainers(),
  153     if (areStatementsIdentical(CO->getTrueExpr(), CO->getFalseExpr(), Context))