Home
last modified time | relevance | path

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

/external/clang/include/clang/ARCMigrate/
DARCMT.h18 class DiagnosticConsumer; variable
/external/clang/include/clang/Frontend/
DSerializedDiagnosticPrinter.h20 class DiagnosticConsumer; variable
DCompilerInstance.h37 class DiagnosticConsumer; variable
/external/clang/include/clang/Lex/
DModuleMap.h34 class DiagnosticConsumer; variable
/external/clang/include/clang/Basic/
DDiagnostic.h29 class DiagnosticConsumer; variable
1142 DiagnosticConsumer() : NumWarnings(0), NumErrors(0) { } in DiagnosticConsumer() function