Home
last modified time | relevance | path

Searched refs:TypeParamDecl (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/flang/lib/Parser/
H A DFortran-parsers.cpp399 Parser<TypeParamDecl>{})))
402 TYPE_PARSER(construct<TypeParamDecl>(name, maybe("=" >> scalarIntConstantExpr)))
H A Dunparse.cpp259 Put(" :: "), Walk(std::get<std::list<TypeParamDecl>>(x.t), ", "); in Unparse()
261 void Unparse(const TypeParamDecl &x) { // R733 in Unparse()
/llvm-project-15.0.7/flang/include/flang/Parser/
H A Dparse-tree.h903 struct TypeParamDecl { struct
904 TUPLE_CLASS_BOILERPLATE(TypeParamDecl);
913 std::tuple<IntegerTypeSpec, common::TypeParamAttr, std::list<TypeParamDecl>> argument
H A Ddump-parse-tree.h690 NODE(parser, TypeParamDecl) in NODE()
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dresolve-names.cpp4593 for (auto &decl : std::get<std::list<parser::TypeParamDecl>>(x.t)) { in Post()