Home | History | Annotate | Download | only in Sema

Lines Matching refs:StrE

2173     const StringLiteral *StrE = nullptr;
2176 StrE = ObjCFExpr->getString();
2178 StrE = cast<StringLiteral>(E);
2180 if (StrE) {
2181 S.CheckFormatString(StrE, E, Args, HasVAListArg, format_idx, firstDataArg,