FLANG
Public Member Functions | List of all members
Fortran::frontend::FrontendInputFile Class Reference

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
 

Detailed Description

An input file for the front end.


The documentation for this class was generated from the following file: