Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaChecking.cpp5947 Args, /*HasVAListArg*/ false, FormatIdx, FirstDataArg, FST_OSLog, in SemaBuiltinOSLogFormat()
6617 .Case("os_trace", FST_OSLog) in GetFormatStringType()
6618 .Case("os_log", FST_OSLog) in GetFormatStringType()
7202 return FSType == Sema::FST_NSString || FSType == Sema::FST_OSLog || in allowsObjCArg()
7568 if (FSType != Sema::FST_OSLog && CS.getKind() == ConversionSpecifier::PArg) { in HandlePrintfSpecifier()
7574 if (FSType == Sema::FST_OSLog && CS.getKind() == ConversionSpecifier::nArg) { in HandlePrintfSpecifier()
7593 if (FSType != Sema::FST_OSLog) { in HandlePrintfSpecifier()
8280 Type == Sema::FST_FreeBSDKPrintf || Type == Sema::FST_OSLog || in CheckFormatString()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h10563 FST_OSLog, enumerator