Home | History | Annotate | Download | only in Sema

Lines Matching refs:StrE

1812     const StringLiteral *StrE = NULL;
1815 StrE = ObjCFExpr->getString();
1817 StrE = cast<StringLiteral>(E);
1819 if (StrE) {
1820 CheckFormatString(StrE, E, Args, HasVAListArg, format_idx,