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

Lines Matching full:retrieve

290  * \brief Retrieve the complete file and path name of the given file.
295 * \brief Retrieve the last modification time of the given file.
308 * \brief Retrieve the unique ID for the given \c file.
326 * \brief Retrieve a file handle within the given translation unit.
370 * Use clang_getRangeStart() and clang_getRangeEnd() to retrieve the
380 * \brief Retrieve a NULL (invalid) source location.
417 * \brief Retrieve a NULL (invalid) source range.
422 * \brief Retrieve a source range given the beginning and ending source
442 * \brief Retrieve the file, line, column, and offset represented by
470 * \brief Retrieve the file, line, column, and offset represented by
515 * \brief Legacy API to retrieve the file, line, column, and offset represented
529 * \brief Retrieve the file, line, column, and offset represented by
557 * \brief Retrieve the file, line, column, and offset represented by
586 * \brief Retrieve a source location representing the first character within a
592 * \brief Retrieve a source location representing the last character within a
659 * \brief Retrieve a diagnostic associated with the given CXDiagnosticSet.
662 * \param Index the zero-based diagnostic number to retrieve.
723 * \brief Retrieve the child diagnostics of a CXDiagnostic.
737 * \brief Retrieve a diagnostic associated with the given translation unit.
740 * \param Index the zero-based diagnostic number to retrieve.
749 * \brief Retrieve the complete set of diagnostics associated with a
849 * \brief Retrieve the set of display options most similar to the
864 * \brief Retrieve the source location of the given diagnostic.
872 * \brief Retrieve the text of the given diagnostic.
877 * \brief Retrieve the name of the command-line option that enabled this
892 * \brief Retrieve the category number for this diagnostic.
904 * \brief Retrieve the name of a particular diagnostic category. This
917 * \brief Retrieve the diagnostic category text for a given diagnostic.
930 * \brief Retrieve a source range associated with the diagnostic.
952 * \brief Retrieve the replacement information for a given fix-it.
1631 * \c clang_getOverloadedDecl() can be used to retrieve the definitions
2153 * \brief Retrieve the NULL cursor, which represents no entity.
2158 * \brief Retrieve the cursor that represents the given translation unit.
2181 * \brief Retrieve the kind of the given cursor.
2541 * \brief Retrieve the file that is included by the given inclusion directive
2579 * \brief Retrieve the physical location of the source constructor referenced
2591 * \brief Retrieve the physical extent of the source construct referenced by
2709 * \brief Retrieve the type of a CXCursor (if any).
2722 * \brief Retrieve the underlying type of a typedef declaration.
2730 * \brief Retrieve the integer type of an enum declaration.
2738 * \brief Retrieve the integer value of an enum constant declaration as a signed
2748 * \brief Retrieve the integer value of an enum constant declaration as an unsigned
2758 * \brief Retrieve the bit width of a bit field declaration as an integer.
2765 * \brief Retrieve the number of non-variadic arguments associated with a given
2774 * \brief Retrieve the argument cursor of a function or method.
2837 * \brief Retrieve the spelling of a given CXTypeKind.
2842 * \brief Retrieve the calling convention associated with a function type.
2849 * \brief Retrieve the result type associated with a function type.
2856 * \brief Retrieve the number of non-variadic arguments associated with a
2864 * \brief Retrieve the type of an argument of a function type.
2877 * \brief Retrieve the result type associated with a given cursor.
3034 * \brief Retrieve a cursor for one of the overloaded declarations referenced
3186 * \brief Retrieve a Unified Symbol Resolution (USR) for the entity referenced
3238 * \brief Retrieve a name for the entity referenced by this cursor.
3243 * \brief Retrieve a range for a piece that forms the cursors spelling name.
3258 * \brief Retrieve the display name for the entity referenced by this cursor.
3266 /** \brief For a cursor that is a reference, retrieve a cursor representing the
3280 * of some entity, retrieve a cursor that describes the definition of
3315 * \brief Retrieve the canonical cursor corresponding to the given cursor.
4091 * of a template, retrieve the cursor that represents the template that it
4131 * non-contiguous names, this index can be used to retrieve the individual
4233 * \brief Retrieve the source location of the given token.
4239 * \brief Retrieve a source range that covers the given token.
4568 * \brief Retrieve the text associated with a particular chunk within a
4582 * \brief Retrieve the completion string associated with a particular chunk
4597 * \brief Retrieve the number of chunks in the given code-completion string.
4629 * \brief Retrieve the number of annotations associated with the given
4641 * \brief Retrieve the annotation associated with the given completion string.
4656 * \brief Retrieve the parent context of the given completion string.
4676 * \brief Retrieve the brief documentation comment attached to the declaration
4683 * \brief Retrieve a completion string for an arbitrary declaration or macro
4980 * \brief Retrieve a diagnostic associated with the given code completion.
4983 * \param Index the zero-based diagnostic number to retrieve.
5120 * \brief Retrieve a remapping.
5130 * \brief Retrieve a remapping.
5779 * \brief Retrieve the CXIdxFile, file, line, column, and offset represented by
5794 * \brief Retrieve the CXSourceLocation represented by the given CXIdxLoc.