Lines Matching refs:ToLabel
2432 LabelDecl *ToLabel; in VisitLabelDecl() local
2437 if (GetImportedOrCreateDecl(ToLabel, D, Importer.getToContext(), DC, Loc, in VisitLabelDecl()
2439 return ToLabel; in VisitLabelDecl()
2442 if (GetImportedOrCreateDecl(ToLabel, D, Importer.getToContext(), DC, Loc, in VisitLabelDecl()
2444 return ToLabel; in VisitLabelDecl()
2452 ToLabel->setStmt(*ToStmtOrErr); in VisitLabelDecl()
2453 ToLabel->setLexicalDeclContext(LexicalDC); in VisitLabelDecl()
2454 LexicalDC->addDeclInternal(ToLabel); in VisitLabelDecl()
2455 return ToLabel; in VisitLabelDecl()
5831 LabelDecl *ToLabel; in VisitGotoStmt() local
5833 std::tie(ToLabel, ToGotoLoc, ToLabelLoc) = *Imp; in VisitGotoStmt()
5836 ToLabel, ToGotoLoc, ToLabelLoc); in VisitGotoStmt()
6314 LabelDecl *ToLabel; in VisitAddrLabelExpr() local
6316 std::tie(ToAmpAmpLoc, ToLabelLoc, ToLabel, ToType) = *Imp; in VisitAddrLabelExpr()
6319 ToAmpAmpLoc, ToLabelLoc, ToLabel, ToType); in VisitAddrLabelExpr()