Home | History | Annotate | Download | only in Sema

Lines Matching refs:getBeginLoc

325     Scopes.push_back(GotoScope(ParentScope, Diag, 0, S->getBeginLoc()));
391 Scopes.push_back(GotoScope(ParentScope, Diag, 0, IS->getBeginLoc()));
396 Scopes.push_back(GotoScope(ParentScope, Diag, 0, IS->getBeginLoc()));
400 Scopes.push_back(GotoScope(ParentScope, Diag, 0, IS->getBeginLoc()));
608 ED->getStructuredBlock()->getBeginLoc());
681 Loc = CS->getBeginLoc();
683 Loc = DS->getBeginLoc();
685 Loc = SC->getBeginLoc();
720 S.Diag(GotoJumps[0]->getBeginLoc(),
856 S.Diag(Jump->getBeginLoc(), diag::err_indirect_goto_in_protected_scope)
903 S.Diag(Jump->getBeginLoc(),
934 S.Diag(From->getBeginLoc(), diag::warn_jump_out_of_seh_finally);
938 S.Diag(From->getBeginLoc(), diag::err_goto_into_protected_scope);
939 S.Diag(To->getBeginLoc(), diag::note_omp_exits_structured_block);
999 S.Diag(AS->getBeginLoc(), diag::err_musttail_scope);