Home
last modified time | relevance | path

Searched defs:DiagnosticConsumer (Results 1 – 6 of 6) sorted by relevance

/external/clang/include/clang/ARCMigrate/
DARCMT.h19 class DiagnosticConsumer; variable
/external/clang/include/clang/Frontend/
DSerializedDiagnosticPrinter.h21 class DiagnosticConsumer; variable
DCompilerInstance.h38 class DiagnosticConsumer; variable
/external/clang/include/clang/Format/
DFormat.h25 class DiagnosticConsumer; variable
/external/clang/include/clang/Lex/
DModuleMap.h34 class DiagnosticConsumer; variable
/external/clang/include/clang/Basic/
DDiagnostic.h30 class DiagnosticConsumer; variable
1257 DiagnosticConsumer() : NumWarnings(0), NumErrors(0) { } in DiagnosticConsumer() function