Clang::CursorKind - Clang cursor kind class
version 0.09
A "Clang::CursorKind" describes the kind of entity that a cursor
refers to.
Retrieve the name of the given cursor kind.
Determine whether the given cursor kind represents a declaration.
Determine whether the given cursor kind represents a reference.
Determine whether the given cursor kind represents an expression.
Determine whether the given cursor kind represents a statement.
Determine whether the given cursor kind represents an attribute.
Determine whether the given cursor kind represents an invalid cursor.
Determine whether the given cursor kind represents a translation unit.
Determine whether the given cursor kind represents a preprocessing element.
Determine whether the given cursor kind represents an unexposed piece of the
AST.
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.