Home
last modified time | relevance | path

Searched refs:UnaryOperatorKind (Results 1 – 9 of 9) sorted by relevance

/external/clang/include/clang/AST/
DOperationKinds.h329 enum UnaryOperatorKind { enum
DExpr.h1660 typedef UnaryOperatorKind Opcode;
/external/clang/lib/Sema/
DSemaPseudoObject.cpp225 UnaryOperatorKind opcode,
281 UnaryOperatorKind opcode,
456 UnaryOperatorKind opcode, in buildIncDecOperation()
908 UnaryOperatorKind opcode, in buildIncDecOperation()
1512 UnaryOperatorKind opcode, Expr *op) { in checkPseudoObjectIncDec()
DSemaExpr.cpp3726 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()
DTreeTransform.h1712 UnaryOperatorKind Opc, in RebuildUnaryOperator()
10077 UnaryOperatorKind Opc in RebuildCXXOperatorCallExpr()
10119 UnaryOperatorKind Opc in RebuildCXXOperatorCallExpr()
DSemaTemplate.cpp4348 UnaryOperatorKind FirstOpKind; in CheckTemplateArgumentAddressOfObjectOrFunction()
4351 UnaryOperatorKind UnOpKind = UnOp->getOpcode(); in CheckTemplateArgumentAddressOfObjectOrFunction()
/external/clang/lib/AST/
DStmtProfile.cpp646 UnaryOperatorKind &UnaryOp, in DecodeOperatorCall()
835 UnaryOperatorKind UnaryOp = UO_Extension; in VisitCXXOperatorCallExpr()
DExpr.cpp1043 UnaryOperatorKind
/external/clang/include/clang/Sema/
DSema.h3472 ExprResult CreateBuiltinUnaryOp(SourceLocation OpLoc, UnaryOperatorKind Opc,
3475 UnaryOperatorKind Opc, Expr *Input);
7772 UnaryOperatorKind Opcode, Expr *Op);