Home
last modified time | relevance | path

Searched refs:IsMemberOperatorCall (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Sema/
DSemaChecking.cpp2150 bool IsMemberOperatorCall = isa<CXXOperatorCallExpr>(TheCall) && in CheckFunctionCall() local
2153 IsMemberOperatorCall; in CheckFunctionCall()
2158 if (IsMemberOperatorCall) { in CheckFunctionCall()