Searched refs:IntegerLiteralExpr (Results 1 – 3 of 3) sorted by relevance
17 IntegerLiteral *IntegerLiteralExpr(ASTContext &C, uint64_t Val) { in IntegerLiteralExpr() function36 return CStyleCastPtrExpr(S, Ty, IntegerLiteralExpr(Ctx, (uint64_t)Ptr)); in CStyleCastPtrExpr()
37 IntegerLiteral *IntegerLiteralExpr(ASTContext &C, uint64_t Val);
783 Expr *ArrSizeExpr = IntegerLiteralExpr(B->Ctx, ArrSize); in transformForValuePrinting()