Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaChecking.cpp7749 Args, FAPK_Variadic, FormatIdx, FirstDataArg, FST_OSLog, in SemaBuiltinOSLogFormat()
8835 .Case("os_trace", FST_OSLog) in GetFormatStringType()
8836 .Case("os_log", FST_OSLog) in GetFormatStringType()
9421 return FSType == Sema::FST_NSString || FSType == Sema::FST_OSLog || in allowsObjCArg()
9784 if (FSType != Sema::FST_OSLog && CS.getKind() == ConversionSpecifier::PArg) { in HandlePrintfSpecifier()
9790 if (FSType == Sema::FST_OSLog && CS.getKind() == ConversionSpecifier::nArg) { in HandlePrintfSpecifier()
9809 if (FSType != Sema::FST_OSLog) { in HandlePrintfSpecifier()
10575 Type == Sema::FST_FreeBSDKPrintf || Type == Sema::FST_OSLog || in CheckFormatString()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h13193 FST_OSLog, enumerator