Lines Matching defs:PrevDecl
564 IdentifierInfo *Id, NamespaceDecl *PrevDecl, bool Nested);
578 IdentifierInfo *Id, NamespaceDecl *PrevDecl,
2646 void setPreviousDeclaration(FunctionDecl * PrevDecl);
3617 SourceLocation L, IdentifierInfo *Id, TagDecl *PrevDecl,
3905 SourceLocation IdLoc, IdentifierInfo *Id, EnumDecl *PrevDecl,
3977 IdentifierInfo *Id, EnumDecl *PrevDecl,
4179 IdentifierInfo *Id, RecordDecl *PrevDecl);
4184 IdentifierInfo *Id, RecordDecl* PrevDecl = nullptr);
5087 void Redeclarable<decl_type>::setPreviousDecl(decl_type *PrevDecl) {
5093 if (PrevDecl) {
5096 // redeclaration is invalid, it won't be PrevDecl, but we want it anyway.
5097 First = PrevDecl->getFirstDecl();