Changeset 4ae78c1 for src/Common/PassVisitor.h
- Timestamp:
- Oct 30, 2020, 12:01:23 PM (2 years ago)
- Branches:
- arm-eh, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 969e7ee7, f7e4f8e8
- Parents:
- 6a77224 (diff), 3100754 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Common/PassVisitor.h
r6a77224 r4ae78c1 360 360 private: 361 361 bool inFunction = false; 362 bool atFunctionTop = false; 362 363 363 364 template<typename pass_t> friend void acceptAll( std::list< Declaration* > &decls, PassVisitor< pass_t >& visitor ); … … 532 533 533 534 bool isInFunction() const { 534 return visitor->i nFunction;535 return visitor->isInFunction(); 535 536 } 536 537 };
Note: See TracChangeset
for help on using the changeset viewer.