Lines Matching full:column
28 * great detail, with file, line, and column information for the majority of
42 * to map a source location to a particular file, line, and column.
114 * Retrieve the file, line, column, and offset represented by
129 * \param column [out] if non-NULL, will be set to the column to which the given
137 unsigned *column,
141 * Retrieve the file, line and column represented by the given source
157 * File: dummy.c Line: 124 Column: 12
161 * File: somefile.c Line: 3 Column: 12
177 * \param column [out] if non-NULL, will be set to the column number of the
182 unsigned *line, unsigned *column);
185 * Legacy API to retrieve the file, line, column, and offset represented
194 unsigned *column,
198 * Retrieve the file, line, column, and offset represented by
213 * \param column [out] if non-NULL, will be set to the column to which the given
221 unsigned *column,
225 * Retrieve the file, line, column, and offset represented by
241 * \param column [out] if non-NULL, will be set to the column to which the given
249 unsigned *column, unsigned *offset);