Lines Matching full:diagnostics
1 /*===-- clang-c/CXDiagnostic.h - C Index Diagnostics --------------*- C -*-===*\
10 |* This header provides the interface to C Index diagnostics. *|
77 * Determine the number of diagnostics in a CXDiagnosticSet.
105 * deserialize diagnostics.
110 * Indicates that the file containing the serialized diagnostics
116 * Indicates that the serialized diagnostics file is invalid or
123 * Deserialize a set of diagnostics from a Clang diagnostics bitcode
128 * deserializing the diagnostics.
133 * diagnostics should be released using clang_disposeDiagnosticSet().
139 * Release a CXDiagnosticSet and all of its contained diagnostics.
144 * Retrieve the child diagnostics of a CXDiagnostic.
157 * Options to control the display of diagnostics.
167 * When set, diagnostics will be prefixed by the file, line, and
288 * Diagnostics can be categorized into groups along with other, related
289 * diagnostics (e.g., diagnostics under the same warning flag). This routine