Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaChecking.cpp6363 Args, /*HasVAListArg*/ false, FormatIdx, FirstDataArg, FST_OSLog, in SemaBuiltinOSLogFormat()
7381 .Case("os_trace", FST_OSLog) in GetFormatStringType()
7382 .Case("os_log", FST_OSLog) in GetFormatStringType()
7966 return FSType == Sema::FST_NSString || FSType == Sema::FST_OSLog || in allowsObjCArg()
8332 if (FSType != Sema::FST_OSLog && CS.getKind() == ConversionSpecifier::PArg) { in HandlePrintfSpecifier()
8338 if (FSType == Sema::FST_OSLog && CS.getKind() == ConversionSpecifier::nArg) { in HandlePrintfSpecifier()
8357 if (FSType != Sema::FST_OSLog) { in HandlePrintfSpecifier()
9090 Type == Sema::FST_FreeBSDKPrintf || Type == Sema::FST_OSLog || in CheckFormatString()
/external/llvm-project/clang/include/clang/Sema/
DSema.h12319 FST_OSLog, enumerator