Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp6566 Args, /*HasVAListArg*/ false, FormatIdx, FirstDataArg, FST_OSLog, in SemaBuiltinOSLogFormat()
7584 .Case("os_trace", FST_OSLog) in GetFormatStringType()
7585 .Case("os_log", FST_OSLog) in GetFormatStringType()
8169 return FSType == Sema::FST_NSString || FSType == Sema::FST_OSLog || in allowsObjCArg()
8535 if (FSType != Sema::FST_OSLog && CS.getKind() == ConversionSpecifier::PArg) { in HandlePrintfSpecifier()
8541 if (FSType == Sema::FST_OSLog && CS.getKind() == ConversionSpecifier::nArg) { in HandlePrintfSpecifier()
8560 if (FSType != Sema::FST_OSLog) { in HandlePrintfSpecifier()
9296 Type == Sema::FST_FreeBSDKPrintf || Type == Sema::FST_OSLog || in CheckFormatString()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h12547 FST_OSLog, enumerator