Home
last modified time | relevance | path

Searched refs:getIsFixedForm (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/flang/lib/Frontend/
H A DFrontendAction.cpp92 invoc.getFortranOpts().isFixedForm = getCurrentInput().getIsFixedForm(); in beginSourceFile()
138 parserOptions.isFixedForm = getCurrentInput().getIsFixedForm(); in runPrescan()
/llvm-project-15.0.7/flang/include/flang/Frontend/
H A DFrontendOptions.h204 bool getIsFixedForm() const { return isFixedForm; } in getIsFixedForm() function