Searched refs:equivalentBinaryOperator (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/gnu/llvm/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h1977 equivalentBinaryOperator(const NodeType &Node) { function in namespace:clang::ast_matchers
1983 equivalentBinaryOperator<CXXOperatorCallExpr>(const CXXOperatorCallExpr &Node) { function in namespace:clang::ast_matchers
2106 if (!internal::equivalentBinaryOperator(Node))
2116 if (!internal::equivalentBinaryOperator(Node))
2189 auto optBinaryOpcode = equivalentBinaryOperator(Node);
2234 auto optBinaryOpcode = equivalentBinaryOperator(Node);

Completed in 164 milliseconds