Home
last modified time | relevance | path

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

/external/llvm-project/flang/include/flang/Parser/
Dparse-tree.h3391 struct WithModifier { struct
3393 WithModifier(OmpLinearModifier &&m, std::list<Name> &&n, in WithModifier() function
3396 OmpLinearModifier modifier;
3397 std::list<Name> names;
3398 std::optional<ScalarIntConstantExpr> step;