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