FLANG
|
An input file for the front end. More...
#include <flang/Frontend/FrontendOptions.h>
Public Member Functions | |
FrontendInputFile (llvm::StringRef file, InputKind inKind) | |
FrontendInputFile (const llvm::MemoryBuffer *memBuf, InputKind inKind) | |
InputKind | getKind () const |
bool | isEmpty () const |
bool | isFile () const |
bool | getIsFixedForm () const |
bool | getMustBePreprocessed () const |
bool | getIsCUDAFortran () const |
llvm::StringRef | getFile () const |
const llvm::MemoryBuffer * | getBuffer () const |
An input file for the front end.