Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaChecking.cpp6027 bool IsMemberOperatorCall = isa<CXXOperatorCallExpr>(TheCall) && in CheckFunctionCall() local
6030 IsMemberOperatorCall; in CheckFunctionCall()
6037 if (IsMemberOperatorCall && !FDecl->isStatic()) { in CheckFunctionCall()