Home | History | Annotate | Download | only in Serialization

Lines Matching refs:NamedDecl

3082 static NamedDecl *getDeclForLocalLookup(const LangOptions &LangOpts,
3083 NamedDecl *D) {
3091 return cast<NamedDecl>(Redecl);
3100 return cast<NamedDecl>(First);
3240 SmallVector<NamedDecl *, 16> Decls(IdResolver.begin(II),
3242 for (SmallVectorImpl<NamedDecl *>::reverse_iterator D = Decls.rbegin(),
3372 for (NamedDecl *D : Decls) {
3590 if (auto *ChildND = dyn_cast<NamedDecl>(ChildD)) {
3630 SmallVector<NamedDecl *, 8> ConstructorDecls;
3631 SmallVector<NamedDecl *, 8> ConversionDecls;
3717 for (NamedDecl *ND : Result)
4221 SmallVector<std::pair<NamedDecl *, SourceLocation>, 16> Undefined;
5058 unsigned ASTWriter::getAnonymousDeclarationNumber(const NamedDecl *D) {
5067 numberAnonymousDeclsWithin(DC, [&](const NamedDecl *ND, unsigned Number) {
5802 void ASTWriter::RedefinedHiddenDefinition(const NamedDecl *D, Module *M) {