Home | History | Annotate | Download | only in Serialization

Lines Matching refs:FD

6278   if (auto *FD = dyn_cast<FunctionDecl>(D)) {
6279 if (auto *Template = FD->getPrimaryTemplate())
7247 FieldDecl *FD = cast<FieldDecl>(GetDecl(DelayedDeleteExprs[Idx++]));
7253 Exprs[FD].push_back(std::make_pair(DeleteLoc, IsArrayForm));
7378 FunctionDecl *FD = cast<FunctionDecl>(GetDecl(LateParsedTemplates[Idx++]));
7391 LPTMap.insert(std::make_pair(FD, LT));
8446 if (FunctionDecl *FD = dyn_cast<FunctionDecl>(PB->first)) {
8449 if (!getContext().getLangOpts().Modules || !FD->hasBody())
8450 FD->setLazyBody(PB->second);