Changes in src/CodeGen/CodeGenerator.hpp [7959e56:550446f]
- File:
-
- 1 edited
-
src/CodeGen/CodeGenerator.hpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/CodeGen/CodeGenerator.hpp
r7959e56 r550446f 181 181 void handleTypedef( ast::NamedTypeDecl const * type ); 182 182 std::string mangleName( ast::DeclWithType const * decl ); 183 184 bool nextVisitedNodeIsArgToIntrinsic = false;185 bool visitingArgToIntrinsic = false;186 void changeState_ArgToIntrinsic( bool newValue ) {187 GuardValue( visitingArgToIntrinsic ) = nextVisitedNodeIsArgToIntrinsic;188 GuardValue( nextVisitedNodeIsArgToIntrinsic ) = newValue;189 }190 183 }; 191 184
Note:
See TracChangeset
for help on using the changeset viewer.