Home | History | Annotate | Download | only in clang-c

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);
442 * \brief Retrieve the file, line, column, and offset represented by
457 * \param column [out] if non-NULL, will be set to the column to which the given
466 unsigned *column,
470 * \brief Retrieve the file, line, column, and offset represented by
486 * File: dummy.c Line: 124 Column: 12
490 * File: somefile.c Line: 3 Column: 12
506 * \param column [out] if non-NULL, will be set to the column number of the
512 unsigned *column);
515 * \brief Legacy API to retrieve the file, line, column, and offset represented
525 unsigned *column,
529 * \brief Retrieve the file, line, column, and offset represented by
544 * \param column [out] if non-NULL, will be set to the column to which the given
553 unsigned *column,
557 * \brief Retrieve the file, line, column, and offset represented by
573 * \param column [out] if non-NULL, will be set to the column to which the given
582 unsigned *column,
774 * (optionally) column to which the diagnostic refers. For example,
786 * diagnostic, also include the column number.
788 * This option corresponds to the clang flag \c -fshow-column.
2594 * The extent of a cursor starts with the file/line/column pointing at the
4882 * column within source code, providing results that suggest potential
4921 * \param complete_column The column at which code-completion should occur.
4922 * Note that the column should point just after the syntactic construct that
5779 * \brief Retrieve the CXIdxFile, file, line, column, and offset represented by
5790 unsigned *column,