Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DOperationKinds.h33 enum UnaryOperatorKind { enum
DExpr.h1670 typedef UnaryOperatorKind Opcode;
/external/clang/lib/Sema/
DSemaPseudoObject.cpp218 UnaryOperatorKind opcode,
288 UnaryOperatorKind opcode,
487 UnaryOperatorKind opcode, in buildIncDecOperation()
928 UnaryOperatorKind opcode, in buildIncDecOperation()
1554 UnaryOperatorKind opcode, Expr *op) { in checkPseudoObjectIncDec()
DSemaExpr.cpp4095 UnaryOperatorKind Opc; in ActOnPostfixUnaryOp()
10660 static inline UnaryOperatorKind ConvertTokenKindToUnaryOpcode( in ConvertTokenKindToUnaryOpcode()
10662 UnaryOperatorKind Opc; in ConvertTokenKindToUnaryOpcode()
11303 UnaryOperatorKind Opc, in CreateBuiltinUnaryOp()
11525 UnaryOperatorKind Opc, Expr *Input) { in BuildUnaryOp()
DSemaTemplate.cpp4485 UnaryOperatorKind FirstOpKind; in CheckTemplateArgumentAddressOfObjectOrFunction()
4488 UnaryOperatorKind UnOpKind = UnOp->getOpcode(); in CheckTemplateArgumentAddressOfObjectOrFunction()
DTreeTransform.h2022 UnaryOperatorKind Opc, in RebuildUnaryOperator()
11783 UnaryOperatorKind Opc in RebuildCXXOperatorCallExpr()
11825 UnaryOperatorKind Opc in RebuildCXXOperatorCallExpr()
DSemaOverload.cpp11499 Sema::CreateOverloadedUnaryOp(SourceLocation OpLoc, UnaryOperatorKind Opc, in CreateOverloadedUnaryOp()
/external/clang/lib/AST/
DStmtProfile.cpp999 UnaryOperatorKind &UnaryOp, in DecodeOperatorCall()
1187 UnaryOperatorKind UnaryOp = UO_Extension; in VisitCXXOperatorCallExpr()
DExpr.cpp1093 UnaryOperatorKind
/external/clang/include/clang/Sema/
DSema.h2632 UnaryOperatorKind Opc,
3891 ExprResult CreateBuiltinUnaryOp(SourceLocation OpLoc, UnaryOperatorKind Opc,
3894 UnaryOperatorKind Opc, Expr *Input);
8792 UnaryOperatorKind Opcode, Expr *Op);