Home | History | Annotate | Download | only in Serialization

Lines Matching refs:NamedDecl

335   typedef llvm::DenseMap<DeclarationName, SmallVector<NamedDecl *, 8> >
6234 if (DeclarationName Name = cast<NamedDecl>(D)->getDeclName()) {
6246 } else if (needsAnonymousDeclarationNumber(cast<NamedDecl>(D))) {
6652 SmallVector<NamedDecl *, 64> Decls;
6654 NamedDecl *ND = cast<NamedDecl>(GetDecl(ID));
6675 NamedDecl *ND = cast<NamedDecl>(GetDecl(ID));
6911 NamedDecl *D = cast<NamedDecl>(GetDecl(ID));
7181 llvm::DenseMap<NamedDecl*, SourceLocation> &Undefined) {
7183 NamedDecl *D = cast<NamedDecl>(GetDecl(UndefinedButUsed[Idx++]));
7391 NamedDecl *D = cast<NamedDecl>(GetDecl(DeclIDs[I]));
7726 Decls.addDecl(ReadDeclAs<NamedDecl>(F, Record, Idx));
7834 SmallVector<NamedDecl *, 16> Params;
7837 Params.push_back(ReadDeclAs<NamedDecl>(F, Record, Idx));
8284 pushExternalDeclIntoScope(cast<NamedDecl>(TLD->second[I]), II);
8439 NamedDecl *D = PendingOdrMergeChecks.pop_back_val();
8468 llvm::SmallVector<const NamedDecl*, 4> Candidates;
8479 if (auto *ND = dyn_cast<NamedDecl>(CanonMember))
8605 void ASTReader::pushExternalDeclIntoScope(NamedDecl *D, DeclarationName Name) {