Home
last modified time | relevance | path

Searched refs:IdentifierTable (Results 1 – 6 of 6) sorted by relevance

/system/host/banjo/lib/
A Didentifier_table.cpp11 IdentifierTable::IdentifierTable() { in IdentifierTable() function in banjo::IdentifierTable
18 Token IdentifierTable::MakeIdentifier(SourceLocation previous_end, StringView source_data, const So… in MakeIdentifier()
/system/host/banjo/include/banjo/
A Didentifier_table.h19 class IdentifierTable {
21 IdentifierTable();
A Dlexer.h25 Lexer(const SourceFile& source_file, IdentifierTable* identifier_table) in Lexer()
55 const IdentifierTable* identifier_table_;
/system/host/banjo/formatter/
A Dmain.cpp50 bool Format(const banjo::SourceFile& source_file, banjo::IdentifierTable* identifier_table, in Format()
102 banjo::IdentifierTable identifier_table; in main()
/system/utest/banjo-compiler/
A Dtest_library.h65 banjo::IdentifierTable identifier_table; in AddSourceFile()
111 banjo::IdentifierTable identifier_table_;
/system/host/banjo/compiler/
A Dmain.cpp257 bool Parse(const banjo::SourceFile& source_file, banjo::IdentifierTable* identifier_table, in Parse()
358 banjo::IdentifierTable identifier_table; in main()

Completed in 9 milliseconds