Searched refs:GetFormatStringType (Results 1 – 4 of 4) sorted by relevance
6399 if (Type != S.GetFormatStringType(PVFormatMatches)) { in checkFormatStringExpr()6426 if (Type != S.GetFormatStringType(PVFormat)) { in checkFormatStringExpr()6644 FormatStringType Sema::GetFormatStringType(StringRef Flavor) { in GetFormatStringType() function in Sema6659 FormatStringType Sema::GetFormatStringType(const FormatAttr *Format) { in GetFormatStringType() function in Sema6660 return GetFormatStringType(Format->getType()->getName()); in GetFormatStringType()6663 FormatStringType Sema::GetFormatStringType(const FormatMatchesAttr *Format) { in GetFormatStringType() function in Sema6664 return GetFormatStringType(Format->getType()->getName()); in GetFormatStringType()6678 GetFormatStringType(Format), CallType, Loc, Range, CheckedVarArgs); in CheckFormatArguments()6693 FSI.FirstDataArg, GetFormatStringType(Format), in CheckFormatString()
2258 if ((SemaRef.GetFormatStringType(Format) == FormatStringType::NSString) && in GetFormatNSStringIdx()
3926 if (!CheckFormatStringsCompatible(GetFormatStringType(Format->getName()), in mergeFormatMatchesAttr()4084 FormatStringType FST = S.GetFormatStringType(Info.Identifier->getName()); in handleFormatMatchesAttr()
2617 static FormatStringType GetFormatStringType(StringRef FormatFlavor);2618 static FormatStringType GetFormatStringType(const FormatAttr *Format);2619 static FormatStringType GetFormatStringType(const FormatMatchesAttr *Format);