Polly 19.0.0git
Public Member Functions | Public Attributes | List of all members
MyASTConsumer Struct Reference
Inheritance diagram for MyASTConsumer:
Inheritance graph
[legend]

Public Member Functions

virtual HandleTopLevelDeclReturn HandleTopLevelDecl (DeclGroupRef D)
 

Public Attributes

set< RecordDecl * > exported_types
 
set< FunctionDecl * > exported_functions
 
set< FunctionDecl * > functions
 

Detailed Description

Definition at line 148 of file extract_interface.cc.

Member Function Documentation

◆ HandleTopLevelDecl()

virtual HandleTopLevelDeclReturn MyASTConsumer::HandleTopLevelDecl ( DeclGroupRef  D)
inlinevirtual

Definition at line 153 of file extract_interface.cc.

References exported_functions, exported_types, functions, and is_exported().

Member Data Documentation

◆ exported_functions

set<FunctionDecl *> MyASTConsumer::exported_functions

Definition at line 150 of file extract_interface.cc.

Referenced by generate(), and HandleTopLevelDecl().

◆ exported_types

set<RecordDecl *> MyASTConsumer::exported_types

Definition at line 149 of file extract_interface.cc.

Referenced by generate(), and HandleTopLevelDecl().

◆ functions

set<FunctionDecl *> MyASTConsumer::functions

Definition at line 151 of file extract_interface.cc.

Referenced by generate(), and HandleTopLevelDecl().


The documentation for this struct was generated from the following file: