Lines Matching full:retrieve

289  * \brief Retrieve the complete file and path name of the given file.
294 * \brief Retrieve the last modification time of the given file.
307 * \brief Retrieve the unique ID for the given \c file.
325 * \brief Retrieve a file handle within the given translation unit.
375 * Use clang_getRangeStart() and clang_getRangeEnd() to retrieve the
385 * \brief Retrieve a NULL (invalid) source location.
428 * \brief Retrieve a NULL (invalid) source range.
433 * \brief Retrieve a source range given the beginning and ending source
453 * \brief Retrieve the file, line, column, and offset represented by
481 * \brief Retrieve the file, line, column, and offset represented by
526 * \brief Legacy API to retrieve the file, line, column, and offset represented
540 * \brief Retrieve the file, line, column, and offset represented by
568 * \brief Retrieve the file, line, column, and offset represented by
597 * \brief Retrieve a source location representing the first character within a
603 * \brief Retrieve a source location representing the last character within a
621 * \brief Retrieve all ranges that were skipped by the preprocessor.
696 * \brief Retrieve a diagnostic associated with the given CXDiagnosticSet.
699 * \param Index the zero-based diagnostic number to retrieve.
759 * \brief Retrieve the child diagnostics of a CXDiagnostic.
773 * \brief Retrieve a diagnostic associated with the given translation unit.
776 * \param Index the zero-based diagnostic number to retrieve.
785 * \brief Retrieve the complete set of diagnostics associated with a
885 * \brief Retrieve the set of display options most similar to the
900 * \brief Retrieve the source location of the given diagnostic.
908 * \brief Retrieve the text of the given diagnostic.
913 * \brief Retrieve the name of the command-line option that enabled this
928 * \brief Retrieve the category number for this diagnostic.
940 * \brief Retrieve the name of a particular diagnostic category. This
953 * \brief Retrieve the diagnostic category text for a given diagnostic.
966 * \brief Retrieve a source range associated with the diagnostic.
988 * \brief Retrieve the replacement information for a given fix-it.
1734 * \c clang_getOverloadedDecl() can be used to retrieve the definitions
2422 * \brief Retrieve the NULL cursor, which represents no entity.
2427 * \brief Retrieve the cursor that represents the given translation unit.
2450 * \brief Retrieve the kind of the given cursor.
2840 * \brief Retrieve the file that is included by the given inclusion directive
2878 * \brief Retrieve the physical location of the source constructor referenced
2890 * \brief Retrieve the physical extent of the source construct referenced by
3023 * \brief Retrieve the type of a CXCursor (if any).
3036 * \brief Retrieve the underlying type of a typedef declaration.
3044 * \brief Retrieve the integer type of an enum declaration.
3052 * \brief Retrieve the integer value of an enum constant declaration as a signed
3062 * \brief Retrieve the integer value of an enum constant declaration as an unsigned
3072 * \brief Retrieve the bit width of a bit field declaration as an integer.
3079 * \brief Retrieve the number of non-variadic arguments associated with a given
3088 * \brief Retrieve the argument cursor of a function or method.
3135 * \brief Retrieve the kind of the I'th template argument of the CXCursor C.
3154 * \brief Retrieve a CXType representing the type of a TemplateArgument of a
3175 * \brief Retrieve the value of an Integral TemplateArgument (of a function
3195 * \brief Retrieve the value of an Integral TemplateArgument (of a function
3292 * \brief Retrieve the spelling of a given CXTypeKind.
3297 * \brief Retrieve the calling convention associated with a function type.
3304 * \brief Retrieve the return type associated with a function type.
3311 * \brief Retrieve the number of non-variadic parameters associated with a
3319 * \brief Retrieve the type of a parameter of a function type.
3332 * \brief Retrieve the return type associated with a given cursor.
3375 * \brief Retrieve the type named by the qualified-id.
3508 * \brief Retrieve the ref-qualifier kind of a function or method.
3582 * \brief Retrieve a cursor for one of the overloaded declarations referenced
3733 * \brief Retrieve a Unified Symbol Resolution (USR) for the entity referenced
3784 * \brief Retrieve a name for the entity referenced by this cursor.
3789 * \brief Retrieve a range for a piece that forms the cursors spelling name.
3804 * \brief Retrieve the display name for the entity referenced by this cursor.
3812 /** \brief For a cursor that is a reference, retrieve a cursor representing the
3826 * of some entity, retrieve a cursor that describes the definition of
3861 * \brief Retrieve the canonical cursor corresponding to the given cursor.
4012 * \brief Retrieve the CXString representing the mangled name of the cursor.
4017 * \brief Retrieve the CXStrings representing the mangled symbols of the C++
4192 * of a template, retrieve the cursor that represents the template that it
4232 * non-contiguous names, this index can be used to retrieve the individual
4334 * \brief Retrieve the source location of the given token.
4340 * \brief Retrieve a source range that covers the given token.
4669 * \brief Retrieve the text associated with a particular chunk within a
4683 * \brief Retrieve the completion string associated with a particular chunk
4698 * \brief Retrieve the number of chunks in the given code-completion string.
4730 * \brief Retrieve the number of annotations associated with the given
4742 * \brief Retrieve the annotation associated with the given completion string.
4757 * \brief Retrieve the parent context of the given completion string.
4777 * \brief Retrieve the brief documentation comment attached to the declaration
4784 * \brief Retrieve a completion string for an arbitrary declaration or macro
5081 * \brief Retrieve a diagnostic associated with the given code completion.
5084 * \param Index the zero-based diagnostic number to retrieve.
5271 * \brief Retrieve a remapping.
5281 * \brief Retrieve a remapping.
5943 * \brief Retrieve the CXIdxFile, file, line, column, and offset represented by
5958 * \brief Retrieve the CXSourceLocation represented by the given CXIdxLoc.