Changeset 10a7775 for src/InitTweak/InitTweak.h
- Timestamp:
- Jun 3, 2016, 2:02:29 PM (8 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, ctor, deferred_resn, demangler, enum, forall-pointer-decay, gc_noraii, jacob/cs343-translation, jenkins-sandbox, master, memory, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
- Children:
- e365cb5
- Parents:
- e01bfbc
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/InitTweak/InitTweak.h
re01bfbc r10a7775 48 48 /// returns the argument to a call expression in position N indexed from 0 49 49 Expression * getCallArg( Expression * callExpr, unsigned int pos ); 50 51 /// returns the base type of a PointerType or ArrayType 52 Type * getPointerBase( Type * ); 50 53 } // namespace 51 54
Note: See TracChangeset
for help on using the changeset viewer.