Searched refs:error_reporter (Results 1 - 6 of 6) sorted by relevance

/fuchsia/zircon/system/host/fidl/formatter/
H A Dmain.cpp51 fidl::ErrorReporter* error_reporter, std::string& output) {
53 fidl::Parser parser(&lexer, error_reporter);
103 fidl::ErrorReporter error_reporter; local
106 if (!Format(*source_file, &identifier_table, &error_reporter, output)) {
107 error_reporter.PrintReports();
50 Format(const fidl::SourceFile& source_file, fidl::IdentifierTable* identifier_table, fidl::ErrorReporter* error_reporter, std::string& output) argument
/fuchsia/zircon/system/host/fidl/compiler/
H A Dmain.cpp223 fidl::ErrorReporter* error_reporter, fidl::flat::Library* library) {
225 fidl::Parser parser(&lexer, error_reporter);
319 fidl::ErrorReporter error_reporter; local
326 auto library = std::make_unique<fidl::flat::Library>(&all_libraries, &error_reporter);
328 if (!Parse(*source_file, &identifier_table, &error_reporter, library.get())) {
329 error_reporter.PrintReports();
334 error_reporter.PrintReports();
222 Parse(const fidl::SourceFile& source_file, fidl::IdentifierTable* identifier_table, fidl::ErrorReporter* error_reporter, fidl::flat::Library* library) argument
/fuchsia/zircon/system/host/fidl/
H A Drules.mk16 $(LOCAL_DIR)/lib/error_reporter.cpp \
/fuchsia/zircon/system/host/fidl/include/fidl/
H A Dparser.h10 #include "error_reporter.h"
18 Parser(Lexer* lexer, ErrorReporter* error_reporter);
H A Dflat_ast.h18 #include "error_reporter.h"
557 Library(const Libraries* all_libraries, ErrorReporter* error_reporter) argument
558 : all_libraries_(all_libraries), error_reporter_(error_reporter) {}
/fuchsia/zircon/system/host/fidl/lib/
H A Dparser.cpp48 Parser::Parser(Lexer* lexer, ErrorReporter* error_reporter) argument
49 : lexer_(lexer), error_reporter_(error_reporter), latest_discarded_end_() {

Completed in 34 milliseconds