Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp7632 bool IsMemberOperatorCall = isa<CXXOperatorCallExpr>(TheCall) && in CheckFunctionCall() local
7635 IsMemberOperatorCall; in CheckFunctionCall()
7642 if (IsMemberOperatorCall && !FDecl->hasCXXExplicitFunctionObjectParameter()) { in CheckFunctionCall()