Changeset 90e683b for src/AST/Decl.cpp
- Timestamp:
- Feb 3, 2025, 11:46:55 AM (12 months ago)
- Branches:
- master
- Children:
- 54f70c6
- Parents:
- bbbff10
- File:
-
- 1 edited
-
src/AST/Decl.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/AST/Decl.cpp
rbbbff10 r90e683b 169 169 } 170 170 171 bool EnumDecl::isTyped() const { return base; }172 173 bool EnumDecl::isOpaque() const { return isCfa && !isTyped(); }174 175 171 } 176 172
Note:
See TracChangeset
for help on using the changeset viewer.