reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/SemaChecking.cpp
 6161         Args, /*HasVAListArg*/ false, FormatIdx, FirstDataArg, FST_OSLog,
 7110       .Case("os_trace", FST_OSLog)
 7111       .Case("os_log", FST_OSLog)
 7695     return FSType == Sema::FST_NSString || FSType == Sema::FST_OSLog ||
 8061   if (FSType != Sema::FST_OSLog && CS.getKind() == ConversionSpecifier::PArg) {
 8067   if (FSType == Sema::FST_OSLog && CS.getKind() == ConversionSpecifier::nArg) {
 8086   if (FSType != Sema::FST_OSLog) {
 8819       Type == Sema::FST_FreeBSDKPrintf || Type == Sema::FST_OSLog ||