Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclCXX.cpp13361 bool CanBeBinaryOperator = OperatorUses[Op][1]; in CheckOverloadedOperatorDeclaration() local
13372 (NumParams == 2 && !CanBeBinaryOperator) || in CheckOverloadedOperatorDeclaration()
13376 if (CanBeUnaryOperator && CanBeBinaryOperator) { in CheckOverloadedOperatorDeclaration()
13381 assert(CanBeBinaryOperator && in CheckOverloadedOperatorDeclaration()