Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaChecking.cpp4641 if ((GetFormatStringType(Format) == FST_NSString) && in GetFormatNSStringIdx()
7691 Type == S.GetFormatStringType(PVFormat)) in checkFormatStringExpr()
7847 Sema::FormatStringType Sema::GetFormatStringType(const FormatAttr *Format) { in GetFormatStringType() function in Sema
7873 FSI.FirstDataArg, GetFormatStringType(Format), in CheckFormatArguments()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
DSema.h12656 static FormatStringType GetFormatStringType(const FormatAttr *Format);