Lines Matching refs:getBeginLoc
325 Scopes.push_back(GotoScope(ParentScope, Diag, 0, S->getBeginLoc())); in BuildScopeInformation()
395 Scopes.push_back(GotoScope(ParentScope, Diag, 0, IS->getBeginLoc())); in BuildScopeInformation()
402 Scopes.push_back(GotoScope(ParentScope, Diag, 0, IS->getBeginLoc())); in BuildScopeInformation()
406 Scopes.push_back(GotoScope(ParentScope, Diag, 0, IS->getBeginLoc())); in BuildScopeInformation()
613 ED->getStructuredBlock()->getBeginLoc()); in BuildScopeInformation()
686 Loc = CS->getBeginLoc(); in VerifyJumps()
688 Loc = DS->getBeginLoc(); in VerifyJumps()
690 Loc = SC->getBeginLoc(); in VerifyJumps()
725 S.Diag(GotoJumps[0]->getBeginLoc(), in VerifyIndirectOrAsmJumps()
861 S.Diag(Jump->getBeginLoc(), diag::err_indirect_goto_in_protected_scope) in DiagnoseIndirectOrAsmJumpStmt()
908 S.Diag(Jump->getBeginLoc(), in DiagnoseIndirectOrAsmJump()
939 S.Diag(From->getBeginLoc(), diag::warn_jump_out_of_seh_finally); in CheckJump()
943 S.Diag(From->getBeginLoc(), diag::err_goto_into_protected_scope); in CheckJump()
944 S.Diag(To->getBeginLoc(), diag::note_omp_exits_structured_block); in CheckJump()
1004 S.Diag(AS->getBeginLoc(), diag::err_musttail_scope); in VerifyMustTailStmts()