reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2452 if (Error Err = ImportDeclParts(D, DC, LexicalDC, Name, ToD, Loc)) 2460 if (D->isGnuLocal()) { 2461 ExpectedSLoc BeginLocOrErr = import(D->getBeginLoc()); 2464 if (GetImportedOrCreateDecl(ToLabel, D, Importer.getToContext(), DC, Loc, 2469 if (GetImportedOrCreateDecl(ToLabel, D, Importer.getToContext(), DC, Loc, 2475 Expected<LabelStmt *> ToStmtOrErr = import(D->getStmt());