|
FLANG
|
Public Member Functions | |
| CharacterTypeSpec (ParamValue &&length, KindExpr &&kind) | |
| const ParamValue & | length () const |
| bool | operator== (const CharacterTypeSpec &that) const |
| std::string | AsFortran () const |
| Public Member Functions inherited from Fortran::semantics::IntrinsicTypeSpec | |
| TypeCategory | category () const |
| const KindExpr & | kind () 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 &&) | |