Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp6838 Args, /*HasVAListArg*/ false, FormatIdx, FirstDataArg, FST_OSLog, in SemaBuiltinOSLogFormat()
7856 .Case("os_trace", FST_OSLog) in GetFormatStringType()
7857 .Case("os_log", FST_OSLog) in GetFormatStringType()
8441 return FSType == Sema::FST_NSString || FSType == Sema::FST_OSLog || in allowsObjCArg()
8807 if (FSType != Sema::FST_OSLog && CS.getKind() == ConversionSpecifier::PArg) { in HandlePrintfSpecifier()
8813 if (FSType == Sema::FST_OSLog && CS.getKind() == ConversionSpecifier::nArg) { in HandlePrintfSpecifier()
8832 if (FSType != Sema::FST_OSLog) { in HandlePrintfSpecifier()
9568 Type == Sema::FST_FreeBSDKPrintf || Type == Sema::FST_OSLog || in CheckFormatString()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h12650 FST_OSLog, enumerator