Lines Matching refs:ToLabel
2661 LabelDecl *ToLabel; in VisitLabelDecl() local
2666 if (GetImportedOrCreateDecl(ToLabel, D, Importer.getToContext(), DC, Loc, in VisitLabelDecl()
2668 return ToLabel; in VisitLabelDecl()
2671 if (GetImportedOrCreateDecl(ToLabel, D, Importer.getToContext(), DC, Loc, in VisitLabelDecl()
2673 return ToLabel; in VisitLabelDecl()
2681 ToLabel->setStmt(*ToStmtOrErr); in VisitLabelDecl()
2682 ToLabel->setLexicalDeclContext(LexicalDC); in VisitLabelDecl()
2683 LexicalDC->addDeclInternal(ToLabel); in VisitLabelDecl()
2684 return ToLabel; in VisitLabelDecl()
6548 auto ToLabel = importChecked(Err, S->getLabel()); in VisitGotoStmt() local
6555 ToLabel, ToGotoLoc, ToLabelLoc); in VisitGotoStmt()
7112 auto ToLabel = importChecked(Err, E->getLabel()); in VisitAddrLabelExpr() local
7118 ToAmpAmpLoc, ToLabelLoc, ToLabel, ToType); in VisitAddrLabelExpr()