Home | History | Annotate | Download | only in Sema

Lines Matching refs:StrE

3989     const StringLiteral *StrE = nullptr;
3992 StrE = ObjCFExpr->getString();
3994 StrE = cast<StringLiteral>(E);
3996 if (StrE) {
3997 CheckFormatString(S, StrE, E, Args, HasVAListArg, format_idx,