Skip to content

Unparse_MOD_SAGE::printColorCodes

Support for color codes in unparse output.

Synopsis

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

void
printColorCodes(
    SgNode* node,
    bool openState,
    std::vector<std::pair<bool, std::string>>& stateVector);

Parameters

Name

Description

node

This class represents the base class for all IR nodes within Sage III.

stateVector

A standard container which offers fixed time access to individual elements in any order.

Created with MrDocs