BooleanQuery::internalBooleanQuery
internal support function
Synopsis
Declared in <src/midend/astQuery/booleanQuery.h>
static
bool
internalBooleanQuery(
SgNode* astNode,
TypeOfQueryType elementReturnType);
Parameters
Name |
Description |
astNode |
This class represents the base class for all IR nodes within Sage III. |
elementReturnType |
Specify return of variable names or type names (list<string> is not specific enough so we can't handle this). |
Created with MrDocs