Changeset 954ef5b for src/SymTab
- Timestamp:
- Oct 23, 2017, 5:39:11 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:
- f53836b
- Parents:
- aeef2bd
- git-author:
- Rob Schluntz <rschlunt@…> (10/23/17 17:37:05)
- git-committer:
- Rob Schluntz <rschlunt@…> (10/23/17 17:39:11)
- Location:
- src/SymTab
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
src/SymTab/FixFunction.cc
raeef2bd r954ef5b 50 50 51 51 void FixFunction::premutate(FunctionDecl *) { visit_children = false; } 52 void FixFunction::premutate(ArrayType *) { visit_children = false; } 52 53 void FixFunction::premutate(BasicType *) { visit_children = false; } 53 54 void FixFunction::premutate(PointerType *) { visit_children = false; } -
src/SymTab/FixFunction.h
raeef2bd r954ef5b 31 31 Type * postmutate(ArrayType * arrayType); 32 32 33 void premutate(ArrayType * arrayType); 33 34 void premutate(VoidType * voidType); 34 35 void premutate(BasicType * basicType);
Note:
See TracChangeset
for help on using the changeset viewer.