Home | History | Annotate | Download | only in ASTMatchers

Lines Matching refs:binaryOperator

1346 /// binaryOperator matcher.
1744 BinaryOperator> binaryOperator;
3603 /// Example matches a || b (matcher = binaryOperator(hasOperatorName("||")))
3608 AST_POLYMORPHIC_SUPPORTED_TYPES(BinaryOperator,
3616 /// Example matches a (matcher = binaryOperator(hasLHS()))
3621 AST_POLYMORPHIC_SUPPORTED_TYPES(BinaryOperator,
3631 /// Example matches b (matcher = binaryOperator(hasRHS()))
3636 AST_POLYMORPHIC_SUPPORTED_TYPES(BinaryOperator,
3646 inline internal::Matcher<BinaryOperator> hasEitherOperand(
5311 /// hasReturnValue(binaryOperator())
5313 /// with binaryOperator()