FLANG
Public Member Functions | Friends | List of all members
Fortran::semantics::CharacterTypeSpec Class Reference
Inheritance diagram for Fortran::semantics::CharacterTypeSpec:
Fortran::semantics::IntrinsicTypeSpec

Public Member Functions

 CharacterTypeSpec (ParamValue &&length, KindExpr &&kind)
 
const ParamValuelength () const
 
bool operator== (const CharacterTypeSpec &that) const
 
std::string AsFortran () const
 
- Public Member Functions inherited from Fortran::semantics::IntrinsicTypeSpec
TypeCategory category () const
 
const KindExprkind () const
 
bool operator== (const IntrinsicTypeSpec &x) const
 
bool operator!= (const IntrinsicTypeSpec &x) const
 
std::string AsFortran () const
 

Friends

llvm::raw_ostream & operator<< (llvm::raw_ostream &os, const CharacterTypeSpec &x)
 

Additional Inherited Members

- Protected Member Functions inherited from Fortran::semantics::IntrinsicTypeSpec
 IntrinsicTypeSpec (TypeCategory, KindExpr &&)
 

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