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 | 1672 typedef UnaryOperatorKind Opcode;
|
/external/clang/lib/Sema/ |
D | SemaPseudoObject.cpp | 225 UnaryOperatorKind opcode, 281 UnaryOperatorKind opcode, 460 UnaryOperatorKind opcode, in buildIncDecOperation() 915 UnaryOperatorKind opcode, in buildIncDecOperation() 1516 UnaryOperatorKind opcode, Expr *op) { in checkPseudoObjectIncDec()
|
D | SemaExpr.cpp | 3872 UnaryOperatorKind Opc; in ActOnPostfixUnaryOp() 9866 static inline UnaryOperatorKind ConvertTokenKindToUnaryOpcode( in ConvertTokenKindToUnaryOpcode() 9868 UnaryOperatorKind Opc; in ConvertTokenKindToUnaryOpcode() 10489 UnaryOperatorKind Opc, in CreateBuiltinUnaryOp() 10694 UnaryOperatorKind Opc, Expr *Input) { in BuildUnaryOp()
|
D | TreeTransform.h | 1771 UnaryOperatorKind Opc, in RebuildUnaryOperator() 10682 UnaryOperatorKind Opc in RebuildCXXOperatorCallExpr() 10724 UnaryOperatorKind Opc in RebuildCXXOperatorCallExpr()
|
D | SemaTemplate.cpp | 4362 UnaryOperatorKind FirstOpKind; in CheckTemplateArgumentAddressOfObjectOrFunction() 4365 UnaryOperatorKind UnOpKind = UnOp->getOpcode(); in CheckTemplateArgumentAddressOfObjectOrFunction()
|
/external/clang/lib/AST/ |
D | StmtProfile.cpp | 784 UnaryOperatorKind &UnaryOp, in DecodeOperatorCall() 973 UnaryOperatorKind UnaryOp = UO_Extension; in VisitCXXOperatorCallExpr()
|
D | Expr.cpp | 1081 UnaryOperatorKind
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 3555 ExprResult CreateBuiltinUnaryOp(SourceLocation OpLoc, UnaryOperatorKind Opc, 3558 UnaryOperatorKind Opc, Expr *Input); 8000 UnaryOperatorKind Opcode, Expr *Op);
|