Lines Matching refs:file
3 // found in the LICENSE file.
69 : file(SourceId::Invalid()),
73 SourceId file;
81 // The beginning of the generated -inl.inc file, which includes declarations
84 // The second part of the generated -inl.inc file, which includes
87 // The portion of the generated -inl.inc file containing member function
96 static PerFileStreams& GeneratedPerFile(SourceId file) {
97 PerFileStreams& result = Get().generated_per_file_[file];
98 result.file = file;