Lines Matching refs:PrevDecl
2662 FunctionDecl::setPreviousDeclaration(FunctionDecl *PrevDecl) { in setPreviousDeclaration() argument
2663 redeclarable_base::setPreviousDecl(PrevDecl); in setPreviousDeclaration()
2667 = PrevDecl? PrevDecl->getDescribedFunctionTemplate() : nullptr; in setPreviousDeclaration()
2668 assert((!PrevDecl || PrevFunTmpl) && "Function/function template mismatch"); in setPreviousDeclaration()
2672 if (PrevDecl && PrevDecl->IsInline) in setPreviousDeclaration()
3629 EnumDecl *PrevDecl, bool IsScoped, in Create() argument
3631 auto *Enum = new (C, DC) EnumDecl(C, DC, StartLoc, IdLoc, Id, PrevDecl, in Create()
3634 C.getTypeDeclType(Enum, PrevDecl); in Create()
3718 RecordDecl *PrevDecl) in RecordDecl() argument
3719 : TagDecl(DK, TK, C, DC, IdLoc, Id, PrevDecl, StartLoc) { in RecordDecl()
3730 IdentifierInfo *Id, RecordDecl* PrevDecl) { in Create() argument
3732 StartLoc, IdLoc, Id, PrevDecl); in Create()
3735 C.getTypeDeclType(R, PrevDecl); in Create()