HomeSort by: relevance | last modified time | path
    Searched defs:equivalentUnaryOperator (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h 2086 equivalentUnaryOperator(const NodeType &Node) {
2092 equivalentUnaryOperator<CXXOperatorCallExpr>(const CXXOperatorCallExpr &Node) {
2153 if (!internal::equivalentUnaryOperator(Node))
2217 auto optUnaryOpcode = equivalentUnaryOperator(Node);
2266 auto optUnaryOpcode = equivalentUnaryOperator(Node);
ASTMatchersInternal.h 2086 equivalentUnaryOperator(const NodeType &Node) {
2092 equivalentUnaryOperator<CXXOperatorCallExpr>(const CXXOperatorCallExpr &Node) {
2153 if (!internal::equivalentUnaryOperator(Node))
2217 auto optUnaryOpcode = equivalentUnaryOperator(Node);
2266 auto optUnaryOpcode = equivalentUnaryOperator(Node);

Completed in 59 milliseconds