Changes in src/InitTweak/InitTweak.h [9b4f329:f5c3b6c]
- File:
-
- 1 edited
-
src/InitTweak/InitTweak.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/InitTweak/InitTweak.h
r9b4f329 rf5c3b6c 20 20 #include <string> // for string, allocator 21 21 22 #include "AST/Fwd.hpp" // for AST nodes23 22 #include "SynTree/SynTree.h" // for Visitor Nodes 24 23 … … 81 80 /// returns the argument to a call expression in position N indexed from 0 82 81 Expression *& getCallArg( Expression * callExpr, unsigned int pos ); 83 const ast::Expr * getCallArg( const ast::Expr * call, unsigned pos );84 82 85 83 /// returns the base type of a PointerType or ArrayType, else returns NULL 86 84 Type * getPointerBase( Type * ); 87 const ast::Type* getPointerBase( const ast::Type* );88 85 89 86 /// returns the argument if it is a PointerType or ArrayType, else returns NULL
Note:
See TracChangeset
for help on using the changeset viewer.