Home | History | Annotate | Download | only in AST

Lines Matching defs:Lit

2117 static APSInt extractStringLiteralCharacter(EvalInfo &Info, const Expr *Lit,
2120 if (auto PE = dyn_cast<PredefinedExpr>(Lit))
2121 Lit = PE->getFunctionName();
2122 const StringLiteral *S = cast<StringLiteral>(Lit);
2137 static void expandStringLiteral(EvalInfo &Info, const Expr *Lit,
2139 const StringLiteral *S = cast<StringLiteral>(Lit);
2812 APValue Lit;
2813 if (!Evaluate(Lit, Info, CLE->getInitializer()))
2815 CompleteObject LitObj(&Lit, Base->getType());