Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaChecking.cpp1153 if ((GetFormatStringType(Format) == FST_NSString) && in GetFormatNSStringIdx()
2968 Type == S.GetFormatStringType(PVFormat)) in checkFormatStringExpr()
3032 Sema::FormatStringType Sema::GetFormatStringType(const FormatAttr *Format) { in GetFormatStringType() function in Sema
3057 FSI.FirstDataArg, GetFormatStringType(Format), in CheckFormatArguments()
/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDSema.h8831 static FormatStringType GetFormatStringType(const FormatAttr *Format);