Skip to content

SageInterface::lookupSymbolInParentScopesIgnoringAliasSymbols

utility functions for symbol tables

Synopsis

Declared in <SageIII/sageInterface/sageInterface.h>

[[visibility]]
SgSymbol*
lookupSymbolInParentScopesIgnoringAliasSymbols(
    SgName const& name,
    SgScopeStatement* currentScope = NULL,
    SgTemplateParameterPtrList* templateParameterList = NULL,
    SgTemplateArgumentPtrList* templateArgumentList = NULL);

Return Value

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

Parameters

Name

Description

name

This class represents strings within the IR nodes.

currentScope

This class represents the concept of a scope in C++ (e.g. global scope, fuction scope, etc.).

Created with MrDocs