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

Lines Matching refs:Index

1 /*===-- clang-c/Index.h - Indexing Public C Interface -------------*- C -*-===*\
78 * \brief An "index" that consists of a set of translation units that would
84 * \brief A single translation unit, which resides in an index.
213 * \brief Destroy the given index.
215 * The index must not be destroyed until all of the translation units created
216 * within that index have been destroyed.
218 CINDEX_LINKAGE void clang_disposeIndex(CXIndex index);
699 * \param Index the zero-based diagnostic number to retrieve.
705 unsigned Index);
776 * \param Index the zero-based diagnostic number to retrieve.
782 unsigned Index);
974 * \param Range the zero-based index specifying which range to
1002 * \param FixIt The zero-based index of the fix-it.
1052 * \param CIdx The index object with which the translation unit will be
1253 * \param CIdx The index object with which the translation unit will be
3403 * at given index.
3490 * \param index The zero-based index into the set of overloaded declarations in
3494 * \c cursor at the specified \c index. If the cursor does not have an
3495 * associated set of overloaded declarations, or if the index is out of bounds,
3499 unsigned index);
3697 * \param pieceIndex the index of the spelling name piece. If this is greater
3791 * method or message expression, this returns the selector index.
3796 * \returns The selector index if the cursor is an Objective-C method or message
3997 * \param Index top level header index (zero-based).
4003 CXModule Module, unsigned Index);
4107 * CXNameRange_WantSinglePiece, only one piece with index 0 is
4109 * non-contiguous names, this index can be used to retrieve the individual
4537 * \param chunk_number the 0-based index of the chunk in the completion string.
4539 * \returns the kind of the chunk at the index \c chunk_number.
4551 * \param chunk_number the 0-based index of the chunk in the completion string.
4553 * \returns the text associated with the chunk at index \c chunk_number.
4565 * \param chunk_number the 0-based index of the chunk in the completion string.
4567 * \returns the completion string associated with the chunk at index
4623 * \param annotation_number the 0-based index of the annotation of the
4626 * \returns annotation string associated with the completion at index
4961 * \param Index the zero-based diagnostic number to retrieve.
4968 unsigned Index);
5131 CINDEX_LINKAGE void clang_remap_getFilenames(CXRemapping, unsigned index,
5248 * \brief Source location passed to index callbacks.
5558 * AST files will not get indexed (there will not be callbacks to index all
5576 * \brief Called to index a reference of an entity.
5642 * \param CIdx The index object with which the index action will be associated.
5647 * \brief Destroy the given index action.
5649 * The index action must not be destroyed until all of the translation units
5650 * created within that index action have been destroyed.
5694 * \brief Index the given source file and the translation unit corresponding
5744 * \brief Index the given translation unit via callbacks implemented through