Lines Matching refs:CheckSourceLabel
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()
456 void Post(const parser::EorLabel &eorLabel) { CheckSourceLabel(eorLabel.v); } in Post()
536 void CheckSourceLabel(const parser::Label &);
1804 void OmpAttributeVisitor::CheckSourceLabel(const parser::Label &label) { in CheckSourceLabel() function in Fortran::semantics::OmpAttributeVisitor