Home
last modified time | relevance | path

Searched refs:GetFormatStringType (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp6399 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 Sema
6659 FormatStringType Sema::GetFormatStringType(const FormatAttr *Format) { in GetFormatStringType() function in Sema
6660 return GetFormatStringType(Format->getType()->getName()); in GetFormatStringType()
6663 FormatStringType Sema::GetFormatStringType(const FormatMatchesAttr *Format) { in GetFormatStringType() function in Sema
6664 return GetFormatStringType(Format->getType()->getName()); in GetFormatStringType()
6678 GetFormatStringType(Format), CallType, Loc, Range, CheckedVarArgs); in CheckFormatArguments()
6693 FSI.FirstDataArg, GetFormatStringType(Format), in CheckFormatString()
H A DSemaObjC.cpp2258 if ((SemaRef.GetFormatStringType(Format) == FormatStringType::NSString) && in GetFormatNSStringIdx()
H A DSemaDeclAttr.cpp3926 if (!CheckFormatStringsCompatible(GetFormatStringType(Format->getName()), in mergeFormatMatchesAttr()
4084 FormatStringType FST = S.GetFormatStringType(Info.Identifier->getName()); in handleFormatMatchesAttr()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h2617 static FormatStringType GetFormatStringType(StringRef FormatFlavor);
2618 static FormatStringType GetFormatStringType(const FormatAttr *Format);
2619 static FormatStringType GetFormatStringType(const FormatMatchesAttr *Format);