Searched refs:StrE (Results 1 – 2 of 2) sorted by relevance
1141 StrE = dyn_cast<StringLiteral>(OrigArg->IgnoreParens())) { in doRewriteToUTF8StringBoxedExpressionHelper() local1142 commit.replaceWithInner(Msg->getSourceRange(), StrE->getSourceRange()); in doRewriteToUTF8StringBoxedExpressionHelper()1143 commit.insert(StrE->getBeginLoc(), "@"); in doRewriteToUTF8StringBoxedExpressionHelper()
5938 const StringLiteral *StrE = nullptr; in checkFormatStringExpr() local5941 StrE = ObjCFExpr->getString(); in checkFormatStringExpr()5943 StrE = cast<StringLiteral>(E); in checkFormatStringExpr()5945 if (StrE) { in checkFormatStringExpr()5946 if (Offset.isNegative() || Offset > StrE->getLength()) { in checkFormatStringExpr()5951 FormatStringLiteral FStr(StrE, Offset.sextOrTrunc(64).getSExtValue()); in checkFormatStringExpr()