Searched refs:SupportedFormat (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaDeclAttr.cpp | 2724 SupportedFormat, enumerator 2739 .Cases("scanf", "printf", "printf0", "strfmon", SupportedFormat) in getFormatAttrKind() 2740 .Cases("cmn_err", "vcmn_err", "zcmn_err", SupportedFormat) in getFormatAttrKind() 2741 .Case("kprintf", SupportedFormat) // OpenBSD. in getFormatAttrKind() 2742 .Case("freebsd_kprintf", SupportedFormat) // FreeBSD. in getFormatAttrKind() 2743 .Case("os_trace", SupportedFormat) in getFormatAttrKind()
|