Searched refs:IsMemberOperatorCall (Results 1 – 1 of 1) sorted by relevance
4708 bool IsMemberOperatorCall = isa<CXXOperatorCallExpr>(TheCall) && in CheckFunctionCall() local4711 IsMemberOperatorCall; in CheckFunctionCall()4718 if (IsMemberOperatorCall) { in CheckFunctionCall()