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.h1672 typedef UnaryOperatorKind Opcode;
/external/clang/lib/Sema/
DSemaPseudoObject.cpp225 UnaryOperatorKind opcode,
281 UnaryOperatorKind opcode,
460 UnaryOperatorKind opcode, in buildIncDecOperation()
915 UnaryOperatorKind opcode, in buildIncDecOperation()
1516 UnaryOperatorKind opcode, Expr *op) { in checkPseudoObjectIncDec()
DSemaExpr.cpp3872 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()
DTreeTransform.h1771 UnaryOperatorKind Opc, in RebuildUnaryOperator()
10682 UnaryOperatorKind Opc in RebuildCXXOperatorCallExpr()
10724 UnaryOperatorKind Opc in RebuildCXXOperatorCallExpr()
DSemaTemplate.cpp4362 UnaryOperatorKind FirstOpKind; in CheckTemplateArgumentAddressOfObjectOrFunction()
4365 UnaryOperatorKind UnOpKind = UnOp->getOpcode(); in CheckTemplateArgumentAddressOfObjectOrFunction()
/external/clang/lib/AST/
DStmtProfile.cpp784 UnaryOperatorKind &UnaryOp, in DecodeOperatorCall()
973 UnaryOperatorKind UnaryOp = UO_Extension; in VisitCXXOperatorCallExpr()
DExpr.cpp1081 UnaryOperatorKind
/external/clang/include/clang/Sema/
DSema.h3555 ExprResult CreateBuiltinUnaryOp(SourceLocation OpLoc, UnaryOperatorKind Opc,
3558 UnaryOperatorKind Opc, Expr *Input);
8000 UnaryOperatorKind Opcode, Expr *Op);