Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaChecking.cpp1932 if ((GetFormatStringType(Format) == FST_NSString) && in GetFormatNSStringIdx()
3945 Type == S.GetFormatStringType(PVFormat)) in checkFormatStringExpr()
4011 Sema::FormatStringType Sema::GetFormatStringType(const FormatAttr *Format) { in GetFormatStringType() function in Sema
4036 FSI.FirstDataArg, GetFormatStringType(Format), in CheckFormatArguments()
/external/llvm-project/clang/lib/Sema/
DSemaChecking.cpp4293 if ((GetFormatStringType(Format) == FST_NSString) && in GetFormatNSStringIdx()
7216 Type == S.GetFormatStringType(PVFormat)) in checkFormatStringExpr()
7372 Sema::FormatStringType Sema::GetFormatStringType(const FormatAttr *Format) { in GetFormatStringType() function in Sema
7398 FSI.FirstDataArg, GetFormatStringType(Format), in CheckFormatArguments()
/external/clang/include/clang/Sema/
DSema.h9420 static FormatStringType GetFormatStringType(const FormatAttr *Format);
/external/llvm-project/clang/include/clang/Sema/
DSema.h12322 static FormatStringType GetFormatStringType(const FormatAttr *Format);