Changeset 8780e30 for src/Parser/ParseNode.h
- Timestamp:
- Nov 9, 2016, 1:55:46 PM (9 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, stuck-waitfor-destruct, with_gc
- Children:
- b3b2077
- Parents:
- dc86541
- File:
-
- 1 edited
-
src/Parser/ParseNode.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/Parser/ParseNode.h
rdc86541 r8780e30 155 155 Expression * build_constantChar( const std::string &str ); 156 156 ConstantExpr * build_constantStr( const std::string &str ); 157 Expression * build_field_name_FLOATINGconstant( const std::string & str ); 158 Expression * build_field_name_fraction_constants( Expression * fieldName, ExpressionNode * fracts ); 159 Expression * build_field_name_REALFRACTIONconstant( const std::string & str ); 160 Expression * build_field_name_REALDECIMALconstant( const std::string & str ); 157 161 158 162 NameExpr * build_varref( const std::string * name, bool labelp = false );
Note:
See TracChangeset
for help on using the changeset viewer.