Changeset 53f4b55 for src/AST/Expr.hpp
- Timestamp:
- Feb 12, 2025, 4:12:04 PM (7 weeks ago)
- Branches:
- master
- Children:
- c341b57
- Parents:
- 5e8d75bb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified src/AST/Expr.hpp ¶
r5e8d75bb r53f4b55 539 539 readonly<DeclWithType> member; 540 540 541 OffsetofExpr( const CodeLocation & loc, const Type * ty, const DeclWithType * mem );542 541 OffsetofExpr( const CodeLocation & loc, const Type * ty, const DeclWithType * mem, const Type * res ); 543 542
Note: See TracChangeset
for help on using the changeset viewer.