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

/external/clang/include/clang/AST/
H A DOperationKinds.h326 enum UnaryOperatorKind { enum in namespace:clang
H A DExpr.h1638 typedef UnaryOperatorKind Opcode;
/external/clang/lib/Sema/
H A DSemaPseudoObject.cpp224 UnaryOperatorKind opcode,
276 UnaryOperatorKind opcode,
450 UnaryOperatorKind opcode,
863 UnaryOperatorKind opcode,
1470 UnaryOperatorKind opcode, Expr *op) {
H A DSemaExpr.cpp3541 UnaryOperatorKind Opc;
8775 static inline UnaryOperatorKind ConvertTokenKindToUnaryOpcode(
8777 UnaryOperatorKind Opc;
9366 UnaryOperatorKind Opc,
9572 UnaryOperatorKind Opc, Expr *Input) {
H A DTreeTransform.h1518 UnaryOperatorKind Opc,
9514 UnaryOperatorKind Opc
9559 UnaryOperatorKind Opc
/external/clang/lib/AST/
H A DStmtProfile.cpp538 UnaryOperatorKind &UnaryOp,
727 UnaryOperatorKind UnaryOp = UO_Extension;
H A DExpr.cpp1004 UnaryOperatorKind
/external/clang/include/clang/Sema/
H A DSema.h3249 ExprResult CreateBuiltinUnaryOp(SourceLocation OpLoc, UnaryOperatorKind Opc,
3252 UnaryOperatorKind Opc, Expr *Input);
7193 UnaryOperatorKind Opcode, Expr *Op);

Completed in 365 milliseconds