Lines Matching defs:ED
635 if (auto *ED = dyn_cast<ExportDecl>(DC))
636 return ED;
903 if (auto *ED = getEnclosingExportDecl(D)) {
905 if (ED->hasBraces())
906 Diag(ED->getLocation(), diag::note_export);
994 auto *ED = cast<ExportDecl>(D);
996 ED->setRBraceLoc(RBraceLoc);
1002 ED->hasBraces() ? ED->getBeginLoc() : SourceLocation();
1003 for (auto *Child : ED->decls()) {
1020 for (auto *Exported : ED->decls())