Changeset 142cf5d for src/SynTree
- Timestamp:
- Mar 21, 2017, 12:21:04 PM (8 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
- Children:
- 94a8123
- Parents:
- 2c4bc81
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified src/SynTree/Type.h ¶
r2c4bc81 r142cf5d 155 155 virtual Type * getComponent( unsigned i ) { assertf( size() == 1 && i == 0, "Type::getComponent was called with size %d and index %d\n", size(), i ); return this; } 156 156 157 /// return type without outer pointers and arrays 157 158 Type *stripDeclarator(); 158 159
Note: See TracChangeset
for help on using the changeset viewer.