Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaStmtAttr.cpp57 StringRef RuleName; in handleSuppressAttr() local
59 if (!S.checkStringLiteralArgumentAttr(A, I, RuleName, nullptr)) in handleSuppressAttr()
64 DiagnosticIdentifiers.push_back(RuleName); in handleSuppressAttr()
DSemaDeclAttr.cpp4702 StringRef RuleName; in handleSuppressAttr() local
4704 if (!S.checkStringLiteralArgumentAttr(AL, I, RuleName, nullptr)) in handleSuppressAttr()
4709 DiagnosticIdentifiers.push_back(RuleName); in handleSuppressAttr()