Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/include/flang/Parser/
H A Dparse-tree.h3413 struct WithModifier { struct
3415 WithModifier(OmpLinearModifier &&m, std::list<Name> &&n, in WithModifier() argument
3418 OmpLinearModifier modifier;
3419 std::list<Name> names;
3420 std::optional<ScalarIntConstantExpr> step;