Home | History | Annotate | Download | only in compiler

Lines Matching refs:directive

1016     OutputDirective directive;
1017 directive.name = name;
1019 directive.generator = NULL;
1021 directive.generator = generator_info->generator;
1029 directive.output_location = value;
1031 directive.parameter = value.substr(0, colon_pos);
1032 directive.output_location = value.substr(colon_pos + 1);
1035 output_directives_.push_back(directive);