Searched refs:intentSpec (Results 1 – 4 of 4) sorted by relevance
78 constexpr Parser<IntentSpec> intentSpec; // R826 variable
648 construct<AttrSpec>("INTENT" >> parenthesized(intentSpec)) ||880 "INTENT" >> parenthesized(intentSpec) / maybe("::"_tok), listOfNames))
408 construct<ProcAttrSpec>("INTENT" >> parenthesized(intentSpec)) ||
4091 auto &intentSpec{std::get<parser::IntentSpec>(x.t)}; in Pre() local4094 HandleAttributeStmt(IntentSpecToAttr(intentSpec), names); in Pre()