Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Parser/
H A DFortran-parsers.cpp307 TYPE_PARSER(construct<CharSelector>(Parser<LengthSelector>{}) ||
320 TYPE_PARSER(construct<LengthSelector>(
322 construct<LengthSelector>("*" >> charLength /* / maybe(","_tok) */))
H A Dunparse.cpp198 void Unparse(const LengthSelector &x) { // R722 in Unparse()
/llvm-project-15.0.7/flang/include/flang/Parser/
H A Dparse-tree.h649 struct LengthSelector { struct
650 UNION_CLASS_BOILERPLATE(LengthSelector);
672 std::variant<LengthSelector, LengthAndKind> u; argument
H A Ddump-parse-tree.h413 NODE(parser, LengthSelector) in NODE()
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dresolve-names.cpp904 void Post(const parser::LengthSelector &);
4348 void DeclarationVisitor::Post(const parser::LengthSelector &x) { in Post()