Lines Matching refs:PrevDecl
3358 FunctionDecl::setPreviousDeclaration(FunctionDecl *PrevDecl) { in setPreviousDeclaration() argument
3359 redeclarable_base::setPreviousDecl(PrevDecl); in setPreviousDeclaration()
3363 = PrevDecl? PrevDecl->getDescribedFunctionTemplate() : nullptr; in setPreviousDeclaration()
3364 assert((!PrevDecl || PrevFunTmpl) && "Function/function template mismatch"); in setPreviousDeclaration()
3368 if (PrevDecl && PrevDecl->isInlined()) in setPreviousDeclaration()
4368 SourceLocation L, IdentifierInfo *Id, TagDecl *PrevDecl, in TagDecl() argument
4374 setPreviousDecl(PrevDecl); in TagDecl()
4487 SourceLocation IdLoc, IdentifierInfo *Id, EnumDecl *PrevDecl, in EnumDecl() argument
4489 : TagDecl(Enum, TTK_Enum, C, DC, IdLoc, Id, PrevDecl, StartLoc) { in EnumDecl()
4506 EnumDecl *PrevDecl, bool IsScoped, in Create() argument
4508 auto *Enum = new (C, DC) EnumDecl(C, DC, StartLoc, IdLoc, Id, PrevDecl, in Create()
4511 C.getTypeDeclType(Enum, PrevDecl); in Create()
4631 RecordDecl *PrevDecl) in RecordDecl() argument
4632 : TagDecl(DK, TK, C, DC, IdLoc, Id, PrevDecl, StartLoc) { in RecordDecl()
4652 IdentifierInfo *Id, RecordDecl* PrevDecl) { in Create() argument
4654 StartLoc, IdLoc, Id, PrevDecl); in Create()
4657 C.getTypeDeclType(R, PrevDecl); in Create()