Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp909 if ((GetFormatStringType(Format) == FST_NSString) && in GetFormatNSStringIdx()
2534 Type == S.GetFormatStringType(PVFormat)) in checkFormatStringExpr()
2598 Sema::FormatStringType Sema::GetFormatStringType(const FormatAttr *Format) { in GetFormatStringType() function in Sema
2621 FSI.FirstDataArg, GetFormatStringType(Format), in CheckFormatArguments()
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DSema.h8572 static FormatStringType GetFormatStringType(const FormatAttr *Format);