Lines Matching full:brief
118 /// \brief Emit the preamble for the serialized diagnostics.
121 /// \brief Emit the BLOCKINFO block.
124 /// \brief Emit the META data block.
127 /// \brief Start a DIAG block.
130 /// \brief End a DIAG block.
133 /// \brief Emit a DIAG record.
141 /// \brief Emit FIXIT and SOURCE_RANGE records for a diagnostic.
146 /// \brief Emit a record for a CharSourceRange.
149 /// \brief Emit the string information for the category.
152 /// \brief Emit the string information for diagnostic flags.
156 /// \brief Emit (lazily) the file string and retrieved the file identifier.
159 /// \brief Add SourceLocation information the specified record.
164 /// \brief Add SourceLocation information the specified record.
172 /// \brief Add CharSourceRange information the specified record.
176 /// \brief The version of the diagnostics file.
179 /// \brief Language options, which can differ from one clone of this client
183 /// \brief Whether this is the original instance (rather than one of its
187 /// \brief State that is shared among the various clones of this diagnostic
193 /// \brief Diagnostic options.
196 /// \brief The byte buffer for the serialized content.
199 /// \brief The BitStreamWriter for the serialized diagnostics.
202 /// \brief The name of the diagnostics file.
205 /// \brief The set of constructed record abbreviations.
208 /// \brief A utility buffer for constructing record content.
211 /// \brief A text buffer for rendering diagnostic text.
214 /// \brief The collection of diagnostic categories used.
217 /// \brief The collection of files used.
223 /// \brief Map for uniquing strings.
226 /// \brief Whether we have already started emission of any DIAG blocks. Once
232 /// \brief State shared among the various clones of this diagnostic consumer.
249 /// \brief Emits a block ID in the BLOCKINFO block.
269 /// \brief Emits a record ID in the BLOCKINFO block.
346 /// \brief Emits the preamble of the diagnostics file.