Lines Matching defs:Association
1264 bool Pre(const parser::Association &);
1331 struct Association {
1335 std::vector<Association> associationStack_;
1336 Association *currentAssociation_{nullptr};
1355 Association &GetCurrentAssociation();
7530 const auto assocCount{std::get<std::list<parser::Association>>(x.t).size()};
7553 bool ConstructVisitor::Pre(const parser::Association &x) {
7839 ConstructVisitor::Association &ConstructVisitor::GetCurrentAssociation() {
7845 associationStack_.emplace_back(Association{});
7911 bool Pre(const parser::Association &x) {