Polly 20.0.0git
|
Public Member Functions | |
virtual HandleTopLevelDeclReturn | HandleTopLevelDecl (DeclGroupRef D) |
Public Attributes | |
set< RecordDecl * > | exported_types |
set< FunctionDecl * > | exported_functions |
set< FunctionDecl * > | functions |
Definition at line 148 of file extract_interface.cc.
|
inlinevirtual |
Definition at line 153 of file extract_interface.cc.
References exported_functions, exported_types, functions, and is_exported().
set<FunctionDecl *> MyASTConsumer::exported_functions |
Definition at line 150 of file extract_interface.cc.
Referenced by generate(), and HandleTopLevelDecl().
set<RecordDecl *> MyASTConsumer::exported_types |
Definition at line 149 of file extract_interface.cc.
Referenced by generate(), and HandleTopLevelDecl().
set<FunctionDecl *> MyASTConsumer::functions |
Definition at line 151 of file extract_interface.cc.
Referenced by generate(), and HandleTopLevelDecl().