Changes in src/CodeGen/CodeGenerator.hpp [550446f:7959e56]
- File:
-
- 1 edited
-
src/CodeGen/CodeGenerator.hpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/CodeGen/CodeGenerator.hpp
r550446f r7959e56 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 } 183 190 }; 184 191
Note:
See TracChangeset
for help on using the changeset viewer.