Searched refs:source_file_ (Results 1 - 5 of 5) sorted by relevance

/fuchsia/zircon/system/host/fidl/include/fidl/
H A Dsource_location.h22 : data_(data), source_file_(&source_file) {}
24 SourceLocation() : data_(StringView()), source_file_(nullptr) {}
26 bool valid() const { return source_file_ != nullptr; }
29 const SourceFile& source_file() const { return *source_file_; }
37 const SourceFile* source_file_; member in class:fidl::SourceLocation
H A Dlexer.h26 : source_file_(source_file), identifier_table_(identifier_table) {
37 StringView data() { return source_file_.data(); }
54 const SourceFile& source_file_; member in class:fidl::Lexer
/fuchsia/zircon/system/host/fidl/lib/
H A Dsource_location.cpp10 return source_file_->LineContaining(data(), position_out);
14 std::string position(source_file_->filename());
H A Dlexer.cpp89 SourceLocation previous_location(previous, source_file_);
91 SourceLocation(Reset(kind), source_file_), kind);
108 SourceLocation previous_end(previous, source_file_);
113 previous_end, identifier_data, source_file_, /* escaped */ false);
123 SourceLocation previous_end(previous, source_file_);
128 previous_end, identifier_data, source_file_, /* escaped */ true);
/fuchsia/zircon/system/utest/fidl-compiler/
H A Dtest_library.h24 : source_file_(MakeSourceFile(filename, raw_source_code)),
25 lexer_(source_file_, &identifier_table_),
108 return source_file_;
116 fidl::SourceFile source_file_; member in class:TestLibrary

Completed in 31 milliseconds