Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaChecking.cpp5474 if ((GetFormatStringType(Format) == FST_NSString) && in GetFormatNSStringIdx()
8660 Type == S.GetFormatStringType(PVFormat)) { in checkFormatStringExpr()
8826 Sema::FormatStringType Sema::GetFormatStringType(const FormatAttr *Format) { in GetFormatStringType() function in Sema
8852 FSI.FirstDataArg, GetFormatStringType(Format), in CheckFormatArguments()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h13196 static FormatStringType GetFormatStringType(const FormatAttr *Format);