Searched refs:DiagnosticIdentifiers (Results 1 – 3 of 3) sorted by relevance
61 std::vector<StringRef> DiagnosticIdentifiers; in handleSuppressAttr() local70 DiagnosticIdentifiers.push_back(RuleName); in handleSuppressAttr()74 S.Context, A, DiagnosticIdentifiers.data(), DiagnosticIdentifiers.size()); in handleSuppressAttr()
4570 std::vector<StringRef> DiagnosticIdentifiers; in handleSuppressAttr() local4579 DiagnosticIdentifiers.push_back(RuleName); in handleSuppressAttr()4582 SuppressAttr(S.Context, AL, DiagnosticIdentifiers.data(), in handleSuppressAttr()4583 DiagnosticIdentifiers.size())); in handleSuppressAttr()
2364 let Args = [VariadicStringArgument<"DiagnosticIdentifiers">];