logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Clang::CursorKind - Clang cursor kind class

Author

       Alessandro Ghedini <alexbio@cpan.org>

Description

       A "Clang::CursorKind" describes the kind of entity that a cursor refers to.

Methods

spelling()
       Retrieve the name of the given cursor kind.

   is_declaration()
       Determine whether the given cursor kind represents a declaration.

   is_reference()
       Determine whether the given cursor kind represents a reference.

   is_expression()
       Determine whether the given cursor kind represents an expression.

   is_statement()
       Determine whether the given cursor kind represents a statement.

   is_attribute()
       Determine whether the given cursor kind represents an attribute.

   is_invalid()
       Determine whether the given cursor kind represents an invalid cursor.

   is_tunit()
       Determine whether the given cursor kind represents a translation unit.

   is_preprocessing()
       Determine whether the given cursor kind represents a preprocessing element.

   is_unexposed()
       Determine whether the given cursor kind represents an unexposed piece of the AST.

Name

       Clang::CursorKind - Clang cursor kind class

Version

       version 0.09

See Also