Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDOperationKinds.h329 enum UnaryOperatorKind { enum
HDExpr.h1674 typedef UnaryOperatorKind Opcode;
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaPseudoObject.cpp225 UnaryOperatorKind opcode,
281 UnaryOperatorKind opcode,
460 UnaryOperatorKind opcode, in buildIncDecOperation()
905 UnaryOperatorKind opcode, in buildIncDecOperation()
1500 UnaryOperatorKind opcode, Expr *op) { in checkPseudoObjectIncDec()
HDSemaExpr.cpp3911 UnaryOperatorKind Opc; in ActOnPostfixUnaryOp()
9967 static inline UnaryOperatorKind ConvertTokenKindToUnaryOpcode( in ConvertTokenKindToUnaryOpcode()
9969 UnaryOperatorKind Opc; in ConvertTokenKindToUnaryOpcode()
10590 UnaryOperatorKind Opc, in CreateBuiltinUnaryOp()
10800 UnaryOperatorKind Opc, Expr *Input) { in BuildUnaryOp()
HDTreeTransform.h1801 UnaryOperatorKind Opc, in RebuildUnaryOperator()
10955 UnaryOperatorKind Opc in RebuildCXXOperatorCallExpr()
10997 UnaryOperatorKind Opc in RebuildCXXOperatorCallExpr()
HDSemaTemplate.cpp4404 UnaryOperatorKind FirstOpKind; in CheckTemplateArgumentAddressOfObjectOrFunction()
4407 UnaryOperatorKind UnOpKind = UnOp->getOpcode(); in CheckTemplateArgumentAddressOfObjectOrFunction()
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDStmtProfile.cpp816 UnaryOperatorKind &UnaryOp, in DecodeOperatorCall()
1005 UnaryOperatorKind UnaryOp = UO_Extension; in VisitCXXOperatorCallExpr()
HDExpr.cpp1081 UnaryOperatorKind
/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDSema.h3736 ExprResult CreateBuiltinUnaryOp(SourceLocation OpLoc, UnaryOperatorKind Opc,
3739 UnaryOperatorKind Opc, Expr *Input);
8313 UnaryOperatorKind Opcode, Expr *Op);