Skip to content

NameQuery::TypeOfQueryTypeOneParameter

Synopsis

Declared in <src/midend/astQuery/nameQuery.h>

enum TypeOfQueryTypeOneParameter;

Members

Name

UnknownListElementType

VariableNames

VariableTypeNames

FunctionDeclarationNames

MemberFunctionDeclarationNames

ClassDeclarationNames

ArgumentNames

ClassFieldNames

UnionFieldNames

StructFieldNames

FunctionReferenceNames

StructNames

UnionNames

TypedefDeclarationNames

TypeNames

END_OF_NAME_TYPE_LIST

Non-Member Functions

Name

Description

getFunction

** The function std::function<Rose_STL_Container<std::string>(SgNode *)>getFunction(TypeOfQueryTypeOneParameter oneParam); will return a functorwrapping the pre‐implemented function for TypeOfQueryTypeOneParameter.

queryMemoryPool

** The function Result queryMemoryPool ( TypeOfQueryTypeOneParameter, VariantVector ){ will on every node of the memory pool which has a corresponding variant inVariantVector performa the predefined action specified by the second argumentand return a NodeQuerySynthesizedAttributeType.**

Created with MrDocs