Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp5289 Args, FAPK_Variadic, FormatIdx, FirstDataArg, FST_OSLog, in BuiltinOSLogFormat()
6039 .Case("os_trace", FST_OSLog) in GetFormatStringType()
6040 .Case("os_log", FST_OSLog) in GetFormatStringType()
6622 return FSType == Sema::FST_NSString || FSType == Sema::FST_OSLog || in allowsObjCArg()
6985 if (FSType != Sema::FST_OSLog && CS.getKind() == ConversionSpecifier::PArg) { in HandlePrintfSpecifier()
6991 if (FSType == Sema::FST_OSLog && CS.getKind() == ConversionSpecifier::nArg) { in HandlePrintfSpecifier()
7010 if (FSType != Sema::FST_OSLog) { in HandlePrintfSpecifier()
7862 Type == Sema::FST_FreeBSDKPrintf || Type == Sema::FST_OSLog || in CheckFormatString()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h2216 FST_OSLog, enumerator