Home | History | Annotate | Download | only in Sema

Lines Matching refs:SL

10404   StringLiteral *SL = dyn_cast<StringLiteral>(SrcExpr);
10405 if (!SL || !SL->isAscii())
10408 Hint = FixItHint::CreateInsertion(SL->getLocStart(), "@");