Lines Matching refs:Index
1 /*===-- clang-c/Index.h - Indexing Public C Interface -------------*- C -*-===*\
68 * \brief An "index" that consists of a set of translation units that would
74 * \brief A single translation unit, which resides in an index.
210 * \brief Destroy the given index.
212 * The index must not be destroyed until all of the translation units created
213 * within that index have been destroyed.
215 CINDEX_LINKAGE void clang_disposeIndex(CXIndex index);
603 * \param Index the zero-based diagnostic number to retrieve.
609 unsigned Index);
679 * \param Index the zero-based diagnostic number to retrieve.
685 unsigned Index);
878 * \param Range the zero-based index specifying which range to
906 * \param FixIt The zero-based index of the fix-it.
956 * \param CIdx The index object with which the translation unit will be
1108 * \param CIdx The index object with which the translation unit will be
2568 * If a cursor that is not a function or method is passed in or the index
2749 * \param index The zero-based index into the set of overloaded declarations in
2753 * \c cursor at the specified \c index. If the cursor does not have an
2754 * associated set of overloaded declarations, or if the index is out of bounds,
2758 unsigned index);
2958 * \param pieceIndex the index of the spelling name piece. If this is greater
3053 * message expression, this returns the selector index.
3058 * \returns The selector index if the cursor is an objc method or message
3149 * CXNameRange_WantSinglePiece, only one piece with index 0 is
3151 * non-contiguous names, this index can be used to retreive the individual
3579 * \param chunk_number the 0-based index of the chunk in the completion string.
3581 * \returns the kind of the chunk at the index \c chunk_number.
3593 * \param chunk_number the 0-based index of the chunk in the completion string.
3595 * \returns the text associated with the chunk at index \c chunk_number.
3607 * \param chunk_number the 0-based index of the chunk in the completion string.
3609 * \returns the completion string associated with the chunk at index
3665 * \param annotation_number the 0-based index of the annotation of the
3668 * \returns annotation string associated with the completion at index
3990 * \param Index the zero-based diagnostic number to retrieve.
3997 unsigned Index);
4163 CINDEX_LINKAGE void clang_remap_getFilenames(CXRemapping, unsigned index,
4241 * \brief Source location passed to index callbacks.
4526 * AST files will not get indexed (there will not be callbacks to index all
4544 * \brief Called to index a reference of an entity.
4612 * \param CIdx The index object with which the index action will be associated.
4617 * \brief Destroy the given index action.
4619 * The index action must not be destroyed until all of the translation units
4620 * created within that index action have been destroyed.
4656 * \brief Index the given source file and the translation unit corresponding
4693 * \brief Index the given translation unit via callbacks implemented through