Searched refs:CheckSourceLabel (Results 1 – 1 of 1) sorted by relevance
435 void Post(const parser::GotoStmt &gotoStmt) { CheckSourceLabel(gotoStmt.v); } in Post()438 CheckSourceLabel(label); in Post()442 CheckSourceLabel(std::get<1>(arithmeticIfStmt.t)); in Post()443 CheckSourceLabel(std::get<2>(arithmeticIfStmt.t)); in Post()444 CheckSourceLabel(std::get<3>(arithmeticIfStmt.t)); in Post()448 CheckSourceLabel(label); in Post()452 CheckSourceLabel(altReturnSpec.v); in Post()454 void Post(const parser::ErrLabel &errLabel) { CheckSourceLabel(errLabel.v); } in Post()455 void Post(const parser::EndLabel &endLabel) { CheckSourceLabel(endLabel.v); } in Post()536 void CheckSourceLabel(const parser::Label &);[all …]