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