Searched refs:IsMemberOperatorCall (Results 1 – 1 of 1) sorted by relevance
3360 bool IsMemberOperatorCall = isa<CXXOperatorCallExpr>(TheCall) && in CheckFunctionCall() local3363 IsMemberOperatorCall; in CheckFunctionCall()3370 if (IsMemberOperatorCall && !FDecl->hasCXXExplicitFunctionObjectParameter()) { in CheckFunctionCall()