Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp853 StringRef WarningGroup; in handleDiagnoseIfAttr() local
855 if (!S.checkStringLiteralArgumentAttr(AL, 3, WarningGroup)) in handleDiagnoseIfAttr()
857 if (WarningGroup.empty() || in handleDiagnoseIfAttr()
859 WarningGroup)) { in handleDiagnoseIfAttr()
862 << WarningGroup; in handleDiagnoseIfAttr()
871 S.Context, AL, Cond, Msg, DefaultSev, WarningGroup, ArgDependent, in handleDiagnoseIfAttr()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttr.td3661 StringArgument<"WarningGroup", /*optional*/ 1>,