Searched refs:BindStmt (Results 1 – 6 of 6) sorted by relevance
177 construct<OtherSpecificationStmt>(indirect(Parser<BindStmt>{})), argument
781 TYPE_PARSER(construct<BindStmt>(languageBindingSpec / maybe("::"_tok),
604 void Unparse(const BindStmt &x) { // R832 in Unparse()
159 struct BindStmt; // R832366 common::Indirection<AsynchronousStmt>, common::Indirection<BindStmt>,1394 struct BindStmt { struct1395 TUPLE_CLASS_BOILERPLATE(BindStmt);
157 NODE(parser, BindStmt) in NODE()
865 bool Pre(const parser::BindStmt &) { return BeginAttrs(); } in Pre() argument866 void Post(const parser::BindStmt &) { EndAttrs(); } in Post() argument