Home | History | Annotate | Download | only in Sema

Lines Matching defs:Lit

1521   StringLiteral *Lit = StringLiteral::Create(Context, Literal.GetString(),
1526 return Owned(Lit);
1544 Expr *Args[] = { Lit, LenArg };
2836 Expr *Lit = new (Context) CharacterLiteral(Literal.getValue(), Kind, Ty,
2840 return Owned(Lit);
2854 Lit, Tok.getLocation());
2957 Expr *Lit;
2959 Lit = BuildFloatingLiteral(*this, Literal, CookedTy, Tok.getLocation());
2964 Lit = IntegerLiteral::Create(Context, ResultVal, CookedTy,
2967 return BuildLiteralOperatorCall(R, OpNameInfo, Lit,
2972 // C++11 [lit.ext]p3, p4: If S contains a raw literal operator, the
2980 Expr *Lit = StringLiteral::Create(
2983 return BuildLiteralOperatorCall(R, OpNameInfo, Lit, TokLoc);
2987 // C++11 [lit.ext]p3, p4: Otherwise (S contains a literal operator