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

References

tools/clang/lib/StaticAnalyzer/Checkers/IdenticalExprChecker.cpp
  200   BinaryOperator::Opcode Op = B->getOpcode();
  222   const Expr *LHS = B->getLHS()->IgnoreParenImpCasts();
  223   const Expr *RHS = B->getRHS()->IgnoreParenImpCasts();
  253   if (isIdenticalStmt(AC->getASTContext(), B->getLHS(), B->getRHS())) {
  253   if (isIdenticalStmt(AC->getASTContext(), B->getLHS(), B->getRHS())) {
  255         PathDiagnosticLocation::createOperatorLoc(B, BR.getSourceManager());