Lines Matching refs:column
346 * great detail, with file, line, and column information for the majority of
360 * to map a source location to a particular file, line, and column.
396 * \brief Retrieves the source location associated with a given file/line/column
402 unsigned column);
448 * \brief Retrieve the file, line, column, and offset represented by
463 * \param column [out] if non-NULL, will be set to the column to which the given
472 unsigned *column,
476 * \brief Retrieve the file, line, column, and offset represented by
492 * File: dummy.c Line: 124 Column: 12
496 * File: somefile.c Line: 3 Column: 12
512 * \param column [out] if non-NULL, will be set to the column number of the
518 unsigned *column);
521 * \brief Legacy API to retrieve the file, line, column, and offset represented
531 unsigned *column,
535 * \brief Retrieve the file, line, column, and offset represented by
550 * \param column [out] if non-NULL, will be set to the column to which the given
559 unsigned *column,
563 * \brief Retrieve the file, line, column, and offset represented by
579 * \param column [out] if non-NULL, will be set to the column to which the given
588 unsigned *column,
806 * (optionally) column to which the diagnostic refers. For example,
818 * diagnostic, also include the column number.
820 * This option corresponds to the clang flag \c -fshow-column.
2695 * The extent of a cursor starts with the file/line/column pointing at the
4533 * column within source code, providing results that suggest potential
4572 * \param complete_column The column at which code-completion should occur.
4573 * Note that the column should point just after the syntactic construct that
5431 * \brief Retrieve the CXIdxFile, file, line, column, and offset represented by
5442 unsigned *column,