Searched refs:UnaryOperatorKind (Results 1 – 9 of 9) sorted by relevance
/external/clang/include/clang/AST/ |
D | OperationKinds.h | 329 enum UnaryOperatorKind { enum
|
D | Expr.h | 1660 typedef UnaryOperatorKind Opcode;
|
/external/clang/lib/Sema/ |
D | SemaPseudoObject.cpp | 225 UnaryOperatorKind opcode, 281 UnaryOperatorKind opcode, 456 UnaryOperatorKind opcode, in buildIncDecOperation() 908 UnaryOperatorKind opcode, in buildIncDecOperation() 1512 UnaryOperatorKind opcode, Expr *op) { in checkPseudoObjectIncDec()
|
D | SemaExpr.cpp | 3726 UnaryOperatorKind Opc; in ActOnPostfixUnaryOp() 9208 static inline UnaryOperatorKind ConvertTokenKindToUnaryOpcode( in ConvertTokenKindToUnaryOpcode() 9210 UnaryOperatorKind Opc; in ConvertTokenKindToUnaryOpcode() 9800 UnaryOperatorKind Opc, in CreateBuiltinUnaryOp() 10003 UnaryOperatorKind Opc, Expr *Input) { in BuildUnaryOp()
|
D | TreeTransform.h | 1712 UnaryOperatorKind Opc, in RebuildUnaryOperator() 10077 UnaryOperatorKind Opc in RebuildCXXOperatorCallExpr() 10119 UnaryOperatorKind Opc in RebuildCXXOperatorCallExpr()
|
D | SemaTemplate.cpp | 4348 UnaryOperatorKind FirstOpKind; in CheckTemplateArgumentAddressOfObjectOrFunction() 4351 UnaryOperatorKind UnOpKind = UnOp->getOpcode(); in CheckTemplateArgumentAddressOfObjectOrFunction()
|
/external/clang/lib/AST/ |
D | StmtProfile.cpp | 646 UnaryOperatorKind &UnaryOp, in DecodeOperatorCall() 835 UnaryOperatorKind UnaryOp = UO_Extension; in VisitCXXOperatorCallExpr()
|
D | Expr.cpp | 1043 UnaryOperatorKind
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 3472 ExprResult CreateBuiltinUnaryOp(SourceLocation OpLoc, UnaryOperatorKind Opc, 3475 UnaryOperatorKind Opc, Expr *Input); 7772 UnaryOperatorKind Opcode, Expr *Op);
|