Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclAttr.cpp3308 SupportedFormat, enumerator
3323 .Cases("scanf", "printf", "printf0", "strfmon", SupportedFormat) in getFormatAttrKind()
3324 .Cases("cmn_err", "vcmn_err", "zcmn_err", SupportedFormat) in getFormatAttrKind()
3325 .Case("kprintf", SupportedFormat) // OpenBSD. in getFormatAttrKind()
3326 .Case("freebsd_kprintf", SupportedFormat) // FreeBSD. in getFormatAttrKind()
3327 .Case("os_trace", SupportedFormat) in getFormatAttrKind()
3328 .Case("os_log", SupportedFormat) in getFormatAttrKind()