Home | History | Annotate | Download | only in ASTMatchers

Lines Matching refs:binaryOperator

316   StatementMatcher MixedTypes = stmt(anyOf(ifStmt(), binaryOperator()));
572 binaryOperator(hasOperatorName("+"),
575 binaryOperator(hasOperatorName("+"),
1674 auto Matcher = binaryOperator(unless(isInTemplateInstantiation()));