Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp7223 if ((GetFormatStringType(Format) == FST_NSString) && in GetFormatNSStringIdx()
10643 Type == S.GetFormatStringType(PVFormat)) { in checkFormatStringExpr()
10829 Sema::FormatStringType Sema::GetFormatStringType(const FormatAttr *Format) { in GetFormatStringType() function in Sema
10855 FSI.FirstDataArg, GetFormatStringType(Format), in CheckFormatArguments()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h14024 static FormatStringType GetFormatStringType(const FormatAttr *Format);