Skip to content

SageBuilder::buildThisExp

Build this pointer

Synopsis

Declared in <SageIII/sageInterface/sageBuilder.h>

[[visibility]]
SgThisExp*
buildThisExp(SgSymbol* sym);

Return Value

This class represents the "this" operator (can be applied to any member data).

Parameters

Name

Description

sym

This class represents the concept of a name within the compiler.

Created with MrDocs