Home
last modified time | relevance | path

Searched refs:getFortranOpts (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/flang/include/flang/Frontend/
H A DCompilerInvocation.h130 Fortran::parser::Options &getFortranOpts() { return parserOpts; } in getFortranOpts() function
131 const Fortran::parser::Options &getFortranOpts() const { return parserOpts; } in getFortranOpts() function
/llvm-project-15.0.7/flang/lib/Frontend/
H A DFrontendAction.cpp92 invoc.getFortranOpts().isFixedForm = getCurrentInput().getIsFixedForm(); in beginSourceFile()
127 Fortran::parser::Options parserOptions = ci.getInvocation().getFortranOpts(); in runPrescan()
H A DCompilerInvocation.cpp695 auto &fortranOptions = getFortranOpts(); in setDefaultFortranOpts()
711 auto &fortranOptions = getFortranOpts(); in setDefaultPredefinitions()
735 auto &fortranOptions = getFortranOpts(); in setFortranOpts()
782 const auto &fortranOptions = getFortranOpts(); in setSemanticsOpts()
H A DCompilerInstance.cpp151 allSources->set_encoding(invoc.getFortranOpts().encoding); in executeAction()