Searched refs:StrE (Results 1 – 2 of 2) sorted by relevance
1134 StrE = dyn_cast<StringLiteral>(OrigArg->IgnoreParens())) { in doRewriteToUTF8StringBoxedExpressionHelper() local1135 commit.replaceWithInner(Msg->getSourceRange(), StrE->getSourceRange()); in doRewriteToUTF8StringBoxedExpressionHelper()1136 commit.insert(StrE->getBeginLoc(), "@"); in doRewriteToUTF8StringBoxedExpressionHelper()
6536 const StringLiteral *StrE = nullptr; in checkFormatStringExpr() local6539 StrE = ObjCFExpr->getString(); in checkFormatStringExpr()6541 StrE = cast<StringLiteral>(E); in checkFormatStringExpr()6543 if (StrE) { in checkFormatStringExpr()6544 if (Offset.isNegative() || Offset > StrE->getLength()) { in checkFormatStringExpr()6549 FormatStringLiteral FStr(StrE, Offset.sextOrTrunc(64).getSExtValue()); in checkFormatStringExpr()