Lines Matching defs:frontendOptions
1511 const auto &frontendOptions = getFrontendOpts();
1522 if (frontendOptions.features.IsEnabled(
1526 if (frontendOptions.features.IsEnabled(
1554 const auto &frontendOptions = getFrontendOpts();
1558 if (frontendOptions.fortranForm != FortranForm::Unknown) {
1560 frontendOptions.fortranForm == FortranForm::FixedForm;
1562 fortranOptions.fixedFormColumns = frontendOptions.fixedFormColumns;
1566 frontendOptions.programAction == PrintPreprocessedInput;
1568 fortranOptions.features = frontendOptions.features;
1569 fortranOptions.encoding = frontendOptions.encoding;
1592 if (frontendOptions.instrumentedParse)
1595 if (frontendOptions.showColors)
1598 if (frontendOptions.needProvenanceRangeToCharBlockMappings)