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

References

tools/clang/lib/StaticAnalyzer/Checkers/IdenticalExprChecker.cpp
  115   if (const CompoundStmt *CS = dyn_cast<CompoundStmt>(Stmt1)) {
  135   if (Stmt1 && Stmt2) {
  152   if (!Stmt1 || !Stmt2)
  161   if (const CompoundStmt *CompStmt = dyn_cast<CompoundStmt>(Stmt1)) {
  163       Stmt1 = CompStmt->body_back();
  170   if (isIdenticalStmt(AC->getASTContext(), Stmt1, Stmt2, true)) {