Lines Matching refs:ToLabel
2675 LabelDecl *ToLabel; in VisitLabelDecl() local
2680 if (GetImportedOrCreateDecl(ToLabel, D, Importer.getToContext(), DC, Loc, in VisitLabelDecl()
2682 return ToLabel; in VisitLabelDecl()
2685 if (GetImportedOrCreateDecl(ToLabel, D, Importer.getToContext(), DC, Loc, in VisitLabelDecl()
2687 return ToLabel; in VisitLabelDecl()
2695 ToLabel->setStmt(*ToStmtOrErr); in VisitLabelDecl()
2696 ToLabel->setLexicalDeclContext(LexicalDC); in VisitLabelDecl()
2697 LexicalDC->addDeclInternal(ToLabel); in VisitLabelDecl()
2698 return ToLabel; in VisitLabelDecl()
6437 auto ToLabel = importChecked(Err, S->getLabel()); in VisitGotoStmt() local
6444 ToLabel, ToGotoLoc, ToLabelLoc); in VisitGotoStmt()
6982 auto ToLabel = importChecked(Err, E->getLabel()); in VisitAddrLabelExpr() local
6988 ToAmpAmpLoc, ToLabelLoc, ToLabel, ToType); in VisitAddrLabelExpr()