Searched refs:IsMemberOperatorCall (Results 1 – 1 of 1) sorted by relevance
6027 bool IsMemberOperatorCall = isa<CXXOperatorCallExpr>(TheCall) && in CheckFunctionCall() local6030 IsMemberOperatorCall; in CheckFunctionCall()6037 if (IsMemberOperatorCall && !FDecl->isStatic()) { in CheckFunctionCall()