Searched defs:Lit (Results 1 – 4 of 4) sorted by relevance
223 struct Lit { struct224 constexpr Lit() : n(5) {} in Lit() argument225 int n;
2062 ExprResult Lit(Actions.ActOnNumericConstant(Tok)); in ParseObjCAtExpression() local2581 ExprResult Lit(ParseStringLiteralExpression()); in ParseObjCStringLiteral() local2607 ExprResult Lit(Actions.ActOnCharacterConstant(Tok)); in ParseObjCCharacterLiteral() local2621 ExprResult Lit(Actions.ActOnNumericConstant(Tok)); in ParseObjCNumericLiteral() local
1345 StringLiteral *Lit = StringLiteral::Create(Context, Literal.GetString(), in ActOnStringLiteral() local2565 Expr *Lit = new (Context) CharacterLiteral(Literal.getValue(), Kind, Ty, in ActOnCharacterConstant() local2686 Expr *Lit; in ActOnNumericConstant() local2710 Expr *Lit = StringLiteral::Create( in ActOnNumericConstant() local
1507 static APSInt ExtractStringLiteralCharacter(EvalInfo &Info, const Expr *Lit, in ExtractStringLiteralCharacter()