Lines Matching defs:FormatStrRef
1117 StringRef &FormatStrRef, size_t &StrLen,
1121 FormatStrRef = Format->getString();
1127 StrLen = std::min(std::max(TypeSize, size_t(1)) - 1, FormatStrRef.find(0));
1284 StringRef FormatStrRef;
1286 if (!ProcessFormatStringLiteral(FormatExpr, FormatStrRef, StrLen, Context))
1303 const char *FormatBytes = FormatStrRef.data();
1319 StringRef FormatStrRef;
1321 if (ProcessFormatStringLiteral(FormatExpr, FormatStrRef, StrLen, Context)) {
1322 EstimateSizeFormatHandler H(FormatStrRef);
1323 const char *FormatBytes = FormatStrRef.data();
1407 StringRef FormatStrRef;
1410 ProcessFormatStringLiteral(FormatExpr, FormatStrRef, StrLen, Context)) {
1411 EstimateSizeFormatHandler H(FormatStrRef);
1412 const char *FormatBytes = FormatStrRef.data();