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