reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
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());