Skip to content

SageBuilder::SourcePositionClassification

Synopsis

Declared in <SageIII/sageInterface/sageBuilder.h>

Members

Name

Description

e_sourcePositionError

e_sourcePositionDefault

Error value for enum.

e_sourcePositionTransformation

Default source position.

e_sourcePositionCompilerGenerated

Classify as a transformation.

e_sourcePositionNullPointers

Classify as compiler generated code (e.g. template instantiation).

e_sourcePositionFrontendConstruction

Set pointers to Sg_File_Info objects to NULL.

e_sourcePosition_last

Specify as source position to be filled in as part of AST construction in the front‐end.

Non-Member Functions

Name

Description

display

display function for debugging

getSourcePositionClassificationMode

Get the current source position classification (defines how IR nodes built by the SageBuilder interface will be classified).

setSourcePositionClassificationMode

Set the current source position classification (defines how IR nodes built by the SageBuilder interface will be classified).

Created with MrDocs