Skip to content

Unparser::compilerGeneratedStatementQueue

compiler generated code statements are pushed into a temporary queue so that they can be output after any statements attached to the next statements and before the next statement

Synopsis

Declared in <src/backend/unparser/unparser.h>

std::list<SgStatement*> compilerGeneratedStatementQueue;

Created with MrDocs