Searched defs:source_file (Results 1 – 11 of 11) sorted by relevance
| /system/host/fidl/include/fidl/ |
| A D | source_location.h | 21 SourceLocation(StringView data, const SourceFile& source_file) in SourceLocation() 29 const SourceFile& source_file() const { return *source_file_; } in source_file() function
|
| A D | lexer.h | 26 Lexer(const SourceFile& source_file, ErrorReporter* error_reporter) in Lexer()
|
| /system/host/banjo/include/banjo/ |
| A D | source_location.h | 21 SourceLocation(StringView data, const SourceFile& source_file) in SourceLocation() 29 const SourceFile& source_file() const { return *source_file_; } in source_file() function
|
| A D | lexer.h | 25 Lexer(const SourceFile& source_file, IdentifierTable* identifier_table) in Lexer()
|
| /system/host/banjo/formatter/ |
| A D | main.cpp | 50 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 D | main.cpp | 51 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 D | test_library.h | 64 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 D | identifier_table.cpp | 18 …:MakeIdentifier(SourceLocation previous_end, StringView source_data, const SourceFile& source_file, in MakeIdentifier()
|
| /system/utest/fidl-compiler/ |
| A D | test_library.h | 68 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 D | main.cpp | 229 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 D | main.cpp | 257 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