Searched refs:component_ (Results 1 – 4 of 4) sorted by relevance
481 const Symbol *component() const { return component_; } in ENUM_CLASS()482 void set_component(const Symbol &component) { component_ = &component; } in ENUM_CLASS()497 component_ == that.component_; in ENUM_CLASS()504 const Symbol *component_{nullptr}; // until Increment() in ENUM_CLASS()
199 const Descriptor &component() const { return component_.descriptor(); } in component()265 component_; // TYPE(COMPONENT), POINTER, DIMENSION(:), CONTIGUOUS variable
198 } else if (offset == offsetof(DerivedType, component_)) { in Dump()
139 An object has an _indexed component_ if it has fields accessible using a159 An object has an _iterable component_ if it has iterators accessing its fields