UnparseLanguageIndependentConstructs::unparseAttachedPreprocessingInfo
This function unparses any attached comments or CPP directives.
Synopsis
Declared in <src/backend/unparser/languageIndependenceSupport/unparseLanguageIndependentConstructs.h>
virtual
void
unparseAttachedPreprocessingInfo(
SgLocatedNode* stmt,
SgUnparse_Info& info,
PreprocessingInfo::RelativePositionType whereToUnparse);
Parameters
Name |
Description |
stmt |
This class represents the notion of an expression or statement which |
whereToUnparse |
MK: Enum type to store if the directive goes before or after the corresponding line of source code |
Created with MrDocs