|
FLANG
|
Public Types | |
| using | TypeVector = std::vector<const DeclTypeSpec *> |
| using | DeclVector = std::vector<const parser::OpenMPDeclarativeConstruct *> |
Public Member Functions | |
| void | AddType (const DeclTypeSpec &type) |
| const TypeVector & | GetTypeList () const |
| bool | SupportsType (const DeclTypeSpec &type) const |
| void | AddDecl (const parser::OpenMPDeclarativeConstruct *decl) |
| const DeclVector & | GetDeclList () const |