Searched refs:DiagnosticIdentifiers (Results 1 – 3 of 3) sorted by relevance
55 std::vector<StringRef> DiagnosticIdentifiers; in handleSuppressAttr() local64 DiagnosticIdentifiers.push_back(RuleName); in handleSuppressAttr()68 S.Context, A, DiagnosticIdentifiers.data(), DiagnosticIdentifiers.size()); in handleSuppressAttr()
4996 std::vector<StringRef> DiagnosticIdentifiers; in handleSuppressAttr() local5005 DiagnosticIdentifiers.push_back(RuleName); in handleSuppressAttr()5008 SuppressAttr(S.Context, AL, DiagnosticIdentifiers.data(), in handleSuppressAttr()5009 DiagnosticIdentifiers.size())); in handleSuppressAttr()
2597 let Args = [VariadicStringArgument<"DiagnosticIdentifiers">];