Home | History | Annotate | Download | only in Sema

Lines Matching refs:getStmt

529       if (GS->getLabel()->getStmt()) {
530 CheckJump(GS, GS->getLabel()->getStmt(), GS->getGotoLoc(),
542 CheckJump(IGS, Target->getStmt(), IGS->getGotoLoc(),
627 if (CHECK_PERMISSIVE(!LabelAndGotoScopes.count(TheLabel->getStmt())))
629 unsigned LabelScope = LabelAndGotoScopes[TheLabel->getStmt()];
727 S.Diag(Target->getStmt()->getIdentLoc(), diag::note_indirect_goto_target);
773 S.Diag(Target->getStmt()->getIdentLoc(), diag::note_indirect_goto_target);