Documentation ¶
Overview ¶
Package traverse contains functions for traversing the clang AST.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetAllNodesOfType ¶
GetAllNodesOfType returns all of the nodes of the tree that match the type provided. The type should be a pointer to an object in the ast package.
The nodes returned may reference each other and there is no guarenteed order in which the nodes are returned.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.