Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp1063 bool IsMemberOperatorCall = isa<CXXOperatorCallExpr>(TheCall) && in CheckFunctionCall() local
1066 IsMemberOperatorCall; in CheckFunctionCall()
1072 if (IsMemberOperatorCall) { in CheckFunctionCall()