Searched refs:getFortranOpts (Results 1 – 4 of 4) sorted by relevance
130 Fortran::parser::Options &getFortranOpts() { return parserOpts; } in getFortranOpts() function131 const Fortran::parser::Options &getFortranOpts() const { return parserOpts; } in getFortranOpts() function
92 invoc.getFortranOpts().isFixedForm = getCurrentInput().getIsFixedForm(); in beginSourceFile()127 Fortran::parser::Options parserOptions = ci.getInvocation().getFortranOpts(); in runPrescan()
695 auto &fortranOptions = getFortranOpts(); in setDefaultFortranOpts()711 auto &fortranOptions = getFortranOpts(); in setDefaultPredefinitions()735 auto &fortranOptions = getFortranOpts(); in setFortranOpts()782 const auto &fortranOptions = getFortranOpts(); in setSemanticsOpts()
151 allSources->set_encoding(invoc.getFortranOpts().encoding); in executeAction()