Home
last modified time | relevance | path

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

/external/llvm-project/flang/include/flang/Parser/
Dparse-tree.h340 template <typename A> struct UnlabeledStatement { struct
341 explicit UnlabeledStatement(A &&s) : statement(std::move(s)) {} in UnlabeledStatement() function
345 template <typename A> struct Statement : public UnlabeledStatement<A> { argument