Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp4957 bool IsMemberOperatorCall = isa<CXXOperatorCallExpr>(TheCall) && in CheckFunctionCall() local
4960 IsMemberOperatorCall; in CheckFunctionCall()
4967 if (IsMemberOperatorCall) { in CheckFunctionCall()