Lines Matching defs:AddLabelReference
544 void Post(const parser::GotoStmt &gotoStmt) { AddLabelReference(gotoStmt.v); }
546 AddLabelReference(std::get<std::list<parser::Label>>(computedGotoStmt.t));
549 AddLabelReference(std::get<1>(arithmeticIfStmt.t));
550 AddLabelReference(std::get<2>(arithmeticIfStmt.t));
551 AddLabelReference(std::get<3>(arithmeticIfStmt.t));
557 AddLabelReference(std::get<std::list<parser::Label>>(assignedGotoStmt.t));
560 AddLabelReference(altReturnSpec.v);
563 void Post(const parser::ErrLabel &errLabel) { AddLabelReference(errLabel.v); }
564 void Post(const parser::EndLabel &endLabel) { AddLabelReference(endLabel.v); }
565 void Post(const parser::EorLabel &eorLabel) { AddLabelReference(eorLabel.v); }
866 void AddLabelReference(parser::Label label) {
872 void AddLabelReference(const std::list<parser::Label> &labels) {
874 AddLabelReference(label);