Home
last modified time | relevance | path

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

/external/llvm-project/flang/include/flang/Parser/
Dparse-tree.h1209 struct AcSpec { struct
1211 AcSpec(std::optional<TypeSpec> &&ts, std::list<AcValue> &&xs) in AcSpec() function
1213 explicit AcSpec(TypeSpec &&ts) : type{std::move(ts)} {} in AcSpec() argument
1219 WRAPPER_CLASS(ArrayConstructor, AcSpec); argument