Lines Matching defs:ED
634 if (auto *ED = dyn_cast<ExportDecl>(DC))
635 return ED;
910 if (auto *ED = getEnclosingExportDecl(D)) {
912 if (ED->hasBraces())
913 Diag(ED->getLocation(), diag::note_export);
1001 auto *ED = cast<ExportDecl>(D);
1003 ED->setRBraceLoc(RBraceLoc);
1009 ED->hasBraces() ? ED->getBeginLoc() : SourceLocation();
1010 for (auto *Child : ED->decls()) {
1027 for (auto *Exported : ED->decls())