DOKK / manpages / debian 12 / libclang-perl / Clang::Type.3pm.en
Clang::Type(3pm) User Contributed Perl Documentation Clang::Type(3pm)

Clang::Type - Clang type class

version 0.09

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

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

Retrieve the Clang::TypeKind of the given type.

Determine whether the given type has the "const" qualifier.

Determine whether the given type has the "volatile" qualifier.

Determine whether the given type has the "restrict" qualifier.

Alessandro Ghedini <alexbio@cpan.org>

Copyright 2012 Alessandro Ghedini.

This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.

See http://dev.perl.org/licenses/ for more information.

2022-10-19 perl v5.36.0