Changeset 7b71402 for src/AST/Inspect.hpp
- Timestamp:
- Jun 27, 2022, 3:55:29 PM (3 years ago)
- Branches:
- ADT, ast-experimental, master, pthread-emulation, qualifiedEnum
- Children:
- 43aec9e
- Parents:
- b01d459
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/AST/Inspect.hpp
rb01d459 r7b71402 5 5 // file "LICENCE" distributed with Cforall. 6 6 // 7 // Node.hpp --7 // Inspect.hpp -- Helpers to get information from the AST. 8 8 // 9 9 // Author : Thierry Delisle 10 10 // Created On : Fri Jun 24 13:16:31 2022 11 // Last Modified By : 12 // Last Modified On : 13 // Update Count : 11 // Last Modified By : Andrew Beach 12 // Last Modified On : Mon Jun 27 15:35:00 2022 13 // Update Count : 1 14 14 // 15 15 … … 17 17 18 18 namespace ast { 19 bool structHasFlexibleArray( const ast::StructDecl * ); 19 20 // Does the structure end in a flexable array declaration? 21 bool structHasFlexibleArray( const ast::StructDecl * ); 22 20 23 }
Note: See TracChangeset
for help on using the changeset viewer.