Searched refs:BindStmt (Results 1 – 6 of 6) sorted by relevance
175 construct<OtherSpecificationStmt>(indirect(Parser<BindStmt>{})), argument
760 TYPE_PARSER(construct<BindStmt>(languageBindingSpec / maybe("::"_tok),
580 void Unparse(const BindStmt &x) { // R832 in Unparse()
159 struct BindStmt; // R832365 common::Indirection<AsynchronousStmt>, common::Indirection<BindStmt>,1386 struct BindStmt { struct1387 TUPLE_CLASS_BOILERPLATE(BindStmt);
150 NODE(parser, BindStmt) in NODE()
736 bool Pre(const parser::BindStmt &) { return BeginAttrs(); } in Pre() argument737 void Post(const parser::BindStmt &) { EndAttrs(); } in Post() argument