Searched refs:DiagnosticIdentifiers (Results 1 – 3 of 3) sorted by relevance
60 std::vector<StringRef> DiagnosticIdentifiers; in handleSuppressAttr() local67 DiagnosticIdentifiers.push_back(RuleName); in handleSuppressAttr()71 S.Context, A, DiagnosticIdentifiers.data(), DiagnosticIdentifiers.size()); in handleSuppressAttr()
5416 std::vector<StringRef> DiagnosticIdentifiers; in handleSuppressAttr() local5423 DiagnosticIdentifiers.push_back(RuleName); in handleSuppressAttr()5426 SuppressAttr(S.Context, AL, DiagnosticIdentifiers.data(), in handleSuppressAttr()5427 DiagnosticIdentifiers.size())); in handleSuppressAttr()
3384 let Args = [VariadicStringArgument<"DiagnosticIdentifiers">];