Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaChecking.cpp5672 if ((GetFormatStringType(Format) == FST_NSString) && in GetFormatNSStringIdx()
8914 Type == S.GetFormatStringType(PVFormat)) { in checkFormatStringExpr()
9098 Sema::FormatStringType Sema::GetFormatStringType(const FormatAttr *Format) { in GetFormatStringType() function in Sema
9124 FSI.FirstDataArg, GetFormatStringType(Format), in CheckFormatArguments()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h13573 static FormatStringType GetFormatStringType(const FormatAttr *Format);