Searched defs:BindStmt (Results 1 – 3 of 3) sorted by relevance
175 construct<OtherSpecificationStmt>(indirect(Parser<BindStmt>{})),
1386 struct BindStmt { struct1388 std::tuple<LanguageBindingSpec, std::list<BindEntity>> t;
736 bool Pre(const parser::BindStmt &) { return BeginAttrs(); } in Pre()737 void Post(const parser::BindStmt &) { EndAttrs(); } in Post()