Home
last modified time | relevance | path

Searched refs:OSLog (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp5756 FormatStringType::OSLog, VariadicCallType::Function, in BuiltinOSLogFormat()
6637 case FormatStringType::OSLog: in GetFormatStringTypeName()
6654 .Case("os_trace", FormatStringType::OSLog) in GetFormatStringType()
6655 .Case("os_log", FormatStringType::OSLog) in GetFormatStringType()
7275 FSType == FormatStringType::OSLog || in allowsObjCArg()
7944 if (FSType != FormatStringType::OSLog && in HandlePrintfSpecifier()
7951 if (FSType == FormatStringType::OSLog && in HandlePrintfSpecifier()
7971 if (FSType != FormatStringType::OSLog) { in HandlePrintfSpecifier()
8884 Type == FormatStringType::OSLog || Type == FormatStringType::OSTrace || in CheckFormatString()
8921 Type != FormatStringType::OSLog && Type != FormatStringType::OSTrace && in CheckFormatStringsCompatible()
[all …]
/freebsd/lib/clang/libclang/
H A DMakefile131 SRCS_MIN+= AST/OSLog.cpp
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h503 OSLog, enumerator