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

Lines Matching refs:kind

708  * \brief Describes the kind of error that occurred (if any) in a call to
1334 * \brief Describes the kind of error that occurred (if any) in a call to
1501 const char *clang_getTUResourceUsageName(enum CXTUResourceUsageKind kind);
1505 enum CXTUResourceUsageKind kind;
1507 The units will depend on the resource kind. */
1540 * \brief Describes the kind of entity that a cursor refers to.
1545 * \brief A declaration whose specific kind is not exposed via this
1548 * Unexposed declarations have the same operations as any other kind
1550 * spelling, find their definitions, etc. However, the specific kind
1676 * This cursor kind is used to describe the jump to "start_over" in the
1748 * \brief An expression whose specific kind is not exposed via this
1751 * Unexposed expressions have the same operations as any other kind
1753 * spelling, children, etc. However, the specific kind of the
2011 * \brief A statement whose specific kind is not exposed via this
2014 * Unexposed statements have the same operations as any other kind of
2016 * children, etc. However, the specific kind of the statement is not
2023 * This cursor kind is used to describe the "start_over:" label statement in
2036 * This cursor kind is used to describe compound statements, e.g. function
2152 * This cursor kind is used to describe the null statement.
2290 * \brief An attribute whose specific kind is not exposed via this
2359 enum CXCursorKind kind;
2399 * \brief Retrieve the kind of the given cursor.
2404 * \brief Determine whether the given cursor kind represents a declaration.
2409 * \brief Determine whether the given cursor kind represents a simple
2419 * \brief Determine whether the given cursor kind represents an expression.
2424 * \brief Determine whether the given cursor kind represents a statement.
2429 * \brief Determine whether the given cursor kind represents an attribute.
2434 * \brief Determine whether the given cursor kind represents an invalid
2440 * \brief Determine whether the given cursor kind represents a translation
2738 * selector and is of the same kind (class or instance).
2857 * \brief Describes the kind of type
2866 * \brief A type whose specific kind is not exposed via this
2951 enum CXTypeKind kind;
2989 * Since this is also potentially a valid constant value, the kind of the cursor
2999 * Since this is also potentially a valid constant value, the kind of the cursor
3030 * \brief Describes the kind of a template argument.
3045 /* Indicates an error case, preventing the kind from being deduced. */
3068 * \brief Retrieve the kind of the I'th template argument of the CXCursor C.
3071 * template argument kind is returned.
3091 * template argument has a kind of CXTemplateArgKind_Integral, an invalid type
3294 * \brief Type is of kind CXType_Invalid.
3411 * \brief Retrieve the ref-qualifier kind of a function or method.
3425 * \brief Returns 1 if the base class specified by the cursor with kind
3432 * cursor with kind CX_CXXBaseSpecifier.
4050 * the cursor kind of the specializations would be generated by instantiating
4061 * \returns The cursor kind of the specializations that would be generated
4160 * \brief Describes a kind of token.
4164 * \brief A token that contains some kind of punctuation.
4198 * \brief Determine the kind of the given token.
4295 CINDEX_LINKAGE CXString clang_getCursorKindSpelling(enum CXCursorKind Kind);
4333 * with actual code,of a specific kind. See \c CXCompletionChunkKind for a
4343 * \brief The kind of entity that this completion refers to.
4345 * The cursor kind will be a macro, keyword, or a declaration (one of the
4365 * either a piece of text with a specific "kind" that describes how that text
4373 * The Optional chunk is the only kind of chunk that has a code-completion
4504 * This special kind of informative chunk is not meant to be inserted into
4533 * \brief Determine the kind of a particular chunk within a completion string.
4539 * \returns the kind of the chunk at the index \c chunk_number.
4644 * \param kind DEPRECATED: always set to CXCursor_NotImplemented if non-NULL.
4651 enum CXCursorKind *kind);
4984 * \brief Returns the cursor kind for the container for the current code
4996 * \returns the container kind, or CXCursor_InvalidCode if there is not a
5371 CXIdxAttrKind kind;
5377 CXIdxEntityKind kind;
5436 CXIdxObjCContainerKind kind;
5501 CXIdxEntityRefKind kind;