Lines Matching refs:getBeginLoc
325 Scopes.push_back(GotoScope(ParentScope, Diag, 0, S->getBeginLoc())); in BuildScopeInformation()
386 Scopes.push_back(GotoScope(ParentScope, Diag, 0, IS->getBeginLoc())); in BuildScopeInformation()
393 Scopes.push_back(GotoScope(ParentScope, Diag, 0, IS->getBeginLoc())); in BuildScopeInformation()
397 Scopes.push_back(GotoScope(ParentScope, Diag, 0, IS->getBeginLoc())); in BuildScopeInformation()
481 /*OutDiag=*/0, SE->getBeginLoc())); in BuildScopeInformation()
614 diag::note_acc_branch_out_of_compute_construct, CC->getBeginLoc())); in BuildScopeInformation()
626 ED->getStructuredBlock()->getBeginLoc()); in BuildScopeInformation()
715 Loc = CS->getBeginLoc(); in VerifyJumps()
717 Loc = DS->getBeginLoc(); in VerifyJumps()
719 Loc = SC->getBeginLoc(); in VerifyJumps()
749 S.Diag(IndirectJumps[0]->getBeginLoc(), in VerifyIndirectJumps()
871 S.Diag(Jump->getBeginLoc(), diag::err_indirect_goto_in_protected_scope) in DiagnoseIndirectOrAsmJumpStmt()
918 S.Diag(Jump->getBeginLoc(), in DiagnoseIndirectOrAsmJump()
949 S.Diag(From->getBeginLoc(), diag::warn_jump_out_of_seh_finally); in CheckJump()
953 S.Diag(From->getBeginLoc(), diag::err_goto_into_protected_scope); in CheckJump()
954 S.Diag(To->getBeginLoc(), diag::note_omp_exits_structured_block); in CheckJump()
958 S.Diag(From->getBeginLoc(), diag::err_goto_into_protected_scope); in CheckJump()
1019 S.Diag(AS->getBeginLoc(), diag::err_musttail_scope); in VerifyMustTailStmts()