Home
last modified time | relevance | path

Searched defs:ComponentArraySpec (Results 1 – 2 of 2) sorted by relevance

/llvm-project/flang/lib/Parser/
H A Dunparse.cpp309 [&](const ComponentArraySpec &) { Word("DIMENSION("); }, in Before() argument
317 [&](const ComponentArraySpec &) { Put(')'); }, in Post() argument
/llvm-project/flang/include/flang/Parser/
H A Dparse-tree.h986 struct ComponentArraySpec { global() struct
1002 uComponentArraySpec global() argument