Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugSuppression.h33 using DiagnosticIdentifierList = llvm::ArrayRef<llvm::StringRef>; variable
42 DiagnosticIdentifierList DiagnosticIdentification);
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugSuppression.cpp140 DiagnosticIdentifierList Hashtags) { in isSuppressed()