Lines Matching refs:ToLabel
2838 LabelDecl *ToLabel; in VisitLabelDecl() local
2843 if (GetImportedOrCreateDecl(ToLabel, D, Importer.getToContext(), DC, Loc, in VisitLabelDecl()
2845 return ToLabel; in VisitLabelDecl()
2848 if (GetImportedOrCreateDecl(ToLabel, D, Importer.getToContext(), DC, Loc, in VisitLabelDecl()
2850 return ToLabel; in VisitLabelDecl()
2858 ToLabel->setStmt(*ToStmtOrErr); in VisitLabelDecl()
2859 ToLabel->setLexicalDeclContext(LexicalDC); in VisitLabelDecl()
2860 LexicalDC->addDeclInternal(ToLabel); in VisitLabelDecl()
2861 return ToLabel; in VisitLabelDecl()
6933 auto ToLabel = importChecked(Err, S->getLabel()); in VisitGotoStmt() local
6940 ToLabel, ToGotoLoc, ToLabelLoc); in VisitGotoStmt()
7533 auto ToLabel = importChecked(Err, E->getLabel()); in VisitAddrLabelExpr() local
7539 ToAmpAmpLoc, ToLabelLoc, ToLabel, ToType); in VisitAddrLabelExpr()