Searched refs:DiagnosticIdentifiers (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmtAttr.cpp60 std::vector<StringRef> DiagnosticIdentifiers; local
69 DiagnosticIdentifiers.push_back(RuleName);
73 S.Context, A, DiagnosticIdentifiers.data(), DiagnosticIdentifiers.size());
H A DSemaDeclAttr.cpp4434 std::vector<StringRef> DiagnosticIdentifiers;
4443 DiagnosticIdentifiers.push_back(RuleName);
4446 SuppressAttr(S.Context, AL, DiagnosticIdentifiers.data(),
4447 DiagnosticIdentifiers.size()));

Completed in 138 milliseconds