Clang::Type - Clang type class
Contents
Description
A "Clang::Type" represents the type of an element in the AST.
License And Copyright
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.
perl v5.40.1 2025-02-20 Clang::Type(3pm)
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
