Home
last modified time | relevance | path

Searched defs:UnaryOperator (Results 1 – 2 of 2) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/include/clang/ASTMatchers/
H A DASTMatchers.h2772 BinaryOperator, UnaryOperator), in AST_POLYMORPHIC_MATCHER_P() argument
2816 AST_MATCHER_P(UnaryOperator, hasUnaryOperand, in AST_MATCHER_P() argument
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DExpr.h1680 UnaryOperator(Expr *input, Opcode opc, QualType type, in UnaryOperator() function
1691 explicit UnaryOperator(EmptyShell Empty) in UnaryOperator() function