Searched refs:source_data (Results 1 - 3 of 3) sorted by relevance

/fuchsia/zircon/system/host/fidl/lib/
H A Didentifier_table.cpp18 Token IdentifierTable::MakeIdentifier(SourceLocation previous_end, StringView source_data, const SourceFile& source_file, argument
22 auto lookup = keyword_table_.find(source_data);
26 return Token(previous_end, SourceLocation(source_data, source_file), kind);
H A Dlexer.cpp19 bool IsIdentifierValid(StringView source_data) { argument
20 return source_data[0] != '_' && source_data[source_data.size() - 1] != '_';
/fuchsia/zircon/system/host/fidl/include/fidl/
H A Didentifier_table.h24 StringView source_data, const SourceFile& source_file,

Completed in 183 milliseconds