Home
last modified time | relevance | path

Searched defs:source_file (Results 1 – 11 of 11) sorted by relevance

/system/host/fidl/include/fidl/
A Dsource_location.h21 SourceLocation(StringView data, const SourceFile& source_file) in SourceLocation()
29 const SourceFile& source_file() const { return *source_file_; } in source_file() function
A Dlexer.h26 Lexer(const SourceFile& source_file, ErrorReporter* error_reporter) in Lexer()
/system/host/banjo/include/banjo/
A Dsource_location.h21 SourceLocation(StringView data, const SourceFile& source_file) in SourceLocation()
29 const SourceFile& source_file() const { return *source_file_; } in source_file() function
A Dlexer.h25 Lexer(const SourceFile& source_file, IdentifierTable* identifier_table) in Lexer()
/system/host/banjo/formatter/
A Dmain.cpp50 bool Format(const banjo::SourceFile& source_file, banjo::IdentifierTable* identifier_table, in Format()
104 for (const auto& source_file : source_manager.sources()) { in main() local
/system/host/fidl/formatter/
A Dmain.cpp51 bool Format(const fidl::SourceFile& source_file, bool remove_ordinals, in Format()
107 for (const auto& source_file : source_manager.sources()) { in main() local
/system/utest/banjo-compiler/
A Dtest_library.h64 auto source_file = MakeSourceFile(filename, raw_source_code); in AddSourceFile() local
101 banjo::SourceFile source_file() { in source_file() function
/system/host/banjo/lib/
A Didentifier_table.cpp18 …:MakeIdentifier(SourceLocation previous_end, StringView source_data, const SourceFile& source_file, in MakeIdentifier()
/system/utest/fidl-compiler/
A Dtest_library.h68 auto source_file = MakeSourceFile(filename, raw_source_code); in AddSourceFile() local
117 fidl::SourceFile source_file() { in source_file() function
/system/host/fidl/compiler/
A Dmain.cpp229 bool Parse(const fidl::SourceFile& source_file, in Parse()
360 for (const auto& source_file : source_manager.sources()) { in compile() local
/system/host/banjo/compiler/
A Dmain.cpp257 bool Parse(const banjo::SourceFile& source_file, banjo::IdentifierTable* identifier_table, in Parse()
367 for (const auto& source_file : source_manager.sources()) { in main() local

Completed in 19 milliseconds