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::Type - Clang type class

Author

       Alessandro Ghedini <alexbio@cpan.org>

Description

       A "Clang::Type" represents the type of an element in the AST.

Methods

declaration()
       Retrieve the Clang::Cursor that points to the declaration of the given type.

   kind()
       Retrieve the Clang::TypeKind of the given type.

   is_const()
       Determine whether the given type has the "const" qualifier.

   is_volatile()
       Determine whether the given type has the "volatile" qualifier.

   is_restrict()
       Determine whether the given type has the "restrict" qualifier.

Name

       Clang::Type - Clang type class

Version

       version 0.09

See Also