Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp3852 SupportedFormat, enumerator
3867 .Cases("scanf", "printf", "printf0", "strfmon", SupportedFormat) in getFormatAttrKind()
3868 .Cases("cmn_err", "vcmn_err", "zcmn_err", SupportedFormat) in getFormatAttrKind()
3869 .Case("kprintf", SupportedFormat) // OpenBSD. in getFormatAttrKind()
3870 .Case("freebsd_kprintf", SupportedFormat) // FreeBSD. in getFormatAttrKind()
3871 .Case("os_trace", SupportedFormat) in getFormatAttrKind()
3872 .Case("os_log", SupportedFormat) in getFormatAttrKind()