Home
last modified time | relevance | path

Searched refs:ContiguousStmt (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/flang/lib/Parser/
H A Dprogram-parsers.cpp179 construct<OtherSpecificationStmt>(indirect(Parser<ContiguousStmt>{})), argument
H A DFortran-parsers.cpp797 TYPE_PARSER(construct<ContiguousStmt>("CONTIGUOUS" >> maybe("::"_tok) >>
H A Dunparse.cpp619 void Unparse(const ContiguousStmt &x) { // R836 in Unparse()
/llvm-project-15.0.7/flang/include/flang/Parser/
H A Dparse-tree.h161 struct ContiguousStmt; // R836
367 common::Indirection<CodimensionStmt>, common::Indirection<ContiguousStmt>,
1409 WRAPPER_CLASS(ContiguousStmt, std::list<ObjectName>);
H A Ddump-parse-tree.h214 NODE(parser, ContiguousStmt) in NODE()
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dresolve-names.cpp875 bool Pre(const parser::ContiguousStmt &);
4072 bool DeclarationVisitor::Pre(const parser::ContiguousStmt &x) { in Pre()