|
FLANG
|
Public Member Functions | |
| Component (const DataRef &b, const Symbol &c) | |
| Component (DataRef &&b, const Symbol &c) | |
| Component (common::CopyableIndirection< DataRef > &&b, const Symbol &c) | |
| const DataRef & | base () const |
| DataRef & | base () |
| const SymbolRef & | symbol () const |
| SymbolRef & | symbol () |
| int | Rank () const |
| int | Corank () const |
| const Symbol & | GetFirstSymbol () const |
| const Symbol & | GetLastSymbol () const |
| std::optional< Expr< SubscriptInteger > > | LEN () const |
| bool | operator== (const Component &) const |
| llvm::raw_ostream & | AsFortran (llvm::raw_ostream &) const |