Lines Matching defs:invoc
76 auto &invoc = ci.getInvocation();
82 if ((invoc.getPreprocessorOpts().macrosFlag == PPMacrosFlag::Include) ||
83 (invoc.getPreprocessorOpts().macrosFlag == PPMacrosFlag::Unknown &&
85 invoc.setDefaultPredefinitions();
86 invoc.collectMacroDefinitions();
89 if (!invoc.getFortranOpts().features.IsEnabled(
93 invoc.getFortranOpts().features.Enable(
99 invoc.getFortranOpts().expandIncludeLinesInPreprocessedOutput =
100 invoc.getPreprocessorOpts().preprocessIncludeLines;
104 if (invoc.getFrontendOpts().fortranForm == FortranForm::Unknown) {
105 invoc.getFortranOpts().isFixedForm = getCurrentInput().getIsFixedForm();