Searched defs:binaryOperator (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/ASTMatchers/
H A DASTMatchers.h852 /// binaryOperator matcher.
1215 BinaryOperator> binaryOperator; member in namespace:clang::ast_matchers
2560 /// Example matches a || b (matcher = binaryOperator(hasOperatorName("||")))
2572 /// Example matches a (matcher = binaryOperator(hasLHS()))
2585 /// Example matches b (matcher = binaryOperator(hasRHS()))

Completed in 643 milliseconds