Searched refs:OperatorCall (Results 1 – 4 of 4) sorted by relevance
70 const auto *OperatorCall = in check() local85 ReportAndFix(Result.Context, VD, OperatorCall); in check()90 const Expr *OperatorCall) { in ReportAndFix() argument93 QualType ConstType = OperatorCall->getType().withConst(); in ReportAndFix()
33 const Expr *OperatorCall);
84 if (const auto *OperatorCall = dyn_cast<CXXOperatorCallExpr>(Statement)) { in areParensNeededForStatement() local85 return areParensNeededForOverloadedOperator(OperatorCall->getOperator()); in areParensNeededForStatement()
627 canOverloadedOperatorArgsBeModified(const CXXOperatorCallExpr *OperatorCall, in canOverloadedOperatorArgsBeModified() argument630 dyn_cast_or_null<FunctionDecl>(OperatorCall->getCalleeDecl()); in canOverloadedOperatorArgsBeModified()