Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Tooling/
HDCompilationDatabase.cpp151 class UnusedInputDiagConsumer : public DiagnosticConsumer { class
153 UnusedInputDiagConsumer() : Other(nullptr) {} in UnusedInputDiagConsumer() function in __anon2ce85ef20111::UnusedInputDiagConsumer
157 UnusedInputDiagConsumer(DiagnosticConsumer *Other) : Other(Other) {} in UnusedInputDiagConsumer() function in __anon2ce85ef20111::UnusedInputDiagConsumer
210 UnusedInputDiagConsumer DiagClient; in stripPositionalArgs()