Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/clang/include/clang/AST/
H A DOperationKinds.h329 enum UnaryOperatorKind { enum
H A DExpr.h1672 typedef UnaryOperatorKind Opcode;
/minix/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaPseudoObject.cpp225 UnaryOperatorKind opcode,
281 UnaryOperatorKind opcode,
460 UnaryOperatorKind opcode, in buildIncDecOperation()
915 UnaryOperatorKind opcode, in buildIncDecOperation()
1520 UnaryOperatorKind opcode, Expr *op) { in checkPseudoObjectIncDec()
H A DSemaExpr.cpp3822 UnaryOperatorKind Opc; in ActOnPostfixUnaryOp()
9359 static inline UnaryOperatorKind ConvertTokenKindToUnaryOpcode( in ConvertTokenKindToUnaryOpcode()
9361 UnaryOperatorKind Opc; in ConvertTokenKindToUnaryOpcode()
9982 UnaryOperatorKind Opc, in CreateBuiltinUnaryOp()
10187 UnaryOperatorKind Opc, Expr *Input) { in BuildUnaryOp()
H A DTreeTransform.h1771 UnaryOperatorKind Opc, in RebuildUnaryOperator()
10630 UnaryOperatorKind Opc in RebuildCXXOperatorCallExpr()
10672 UnaryOperatorKind Opc in RebuildCXXOperatorCallExpr()
H A DSemaTemplate.cpp4343 UnaryOperatorKind FirstOpKind; in CheckTemplateArgumentAddressOfObjectOrFunction()
4346 UnaryOperatorKind UnOpKind = UnOp->getOpcode(); in CheckTemplateArgumentAddressOfObjectOrFunction()
/minix/external/bsd/llvm/dist/clang/lib/AST/
H A DStmtProfile.cpp738 UnaryOperatorKind &UnaryOp, in DecodeOperatorCall()
927 UnaryOperatorKind UnaryOp = UO_Extension; in VisitCXXOperatorCallExpr()
H A DExpr.cpp1081 UnaryOperatorKind
/minix/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DSema.h3609 ExprResult CreateBuiltinUnaryOp(SourceLocation OpLoc, UnaryOperatorKind Opc,
3612 UnaryOperatorKind Opc, Expr *Input);
8065 UnaryOperatorKind Opcode, Expr *Op);