Changeset b69233ac for src/SymTab
- Timestamp:
- Jun 19, 2019, 6:05:09 PM (6 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- c0f9efe
- Parents:
- 17a0ede2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/SymTab/Mangler.h
r17a0ede2 rb69233ac 101 101 using Mode = bitfield<mangle_flags>; 102 102 103 static inline Mode typeMode() { return NoOverrideable | Type; } 104 103 105 /// Mangle declaration name 104 106 std::string mangle( const ast::Node * decl, Mode mode = {} );
Note: See TracChangeset
for help on using the changeset viewer.