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 <
[email protected]>
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.