Home | History | Annotate | Download | only in Serialization

Lines Matching refs:FunctionDecl

4049                            cast<FunctionDecl>(GetDecl(CUDASpecialDeclRefs[0])));
5696 ESI.SourceDecl = ReadDeclAs<FunctionDecl>(ModuleFile, Record, Idx);
5697 ESI.SourceTemplate = ReadDeclAs<FunctionDecl>(ModuleFile, Record, Idx);
5699 ESI.SourceDecl = ReadDeclAs<FunctionDecl>(ModuleFile, Record, Idx);
6278 if (auto *FD = dyn_cast<FunctionDecl>(D)) {
7375 llvm::MapVector<const FunctionDecl *, LateParsedTemplate *> &LPTMap) {
7378 FunctionDecl *FD = cast<FunctionDecl>(GetDecl(LateParsedTemplates[Idx++]));
8446 if (FunctionDecl *FD = dyn_cast<FunctionDecl>(PB->first)) {
8643 Listener->ResolvedExceptionSpec(cast<FunctionDecl>(Update.second));
8645 Context.adjustExceptionSpec(cast<FunctionDecl>(Redecl), ESI);