nodeQueryLib
Node Query Library
Synopsis
Declared in <src/docs/mrdocs/modules/query_lib_details.h>
struct nodeQueryLib;
Description
This library simplifies the development of queries on the AST that return lists of AST nodes (SgNode*).
It represents a library of queries over subtrees and returns a list of AST nodes.
See subtreeQueryLib.
Created with MrDocs