Skip to content

SageInterface::tearDownAst

Explicitly tear down an AST and release global caches and memory pools. AST pointers are invalid after this call.

Synopsis

Declared in <SageIII/sageInterface/sageInterface.h>

[[visibility]]
void
tearDownAst(SgProject* project);

Parameters

Name

Description

project

This class represents a source project, with a list of SgFile objects and global

Created with MrDocs