Lines Matching refs:getPreviousDecl
3999 PrevVD = PrevVD->getPreviousDecl()) { in MergeVarDeclTypes()
5631 if (D->getPreviousDecl() || D->isImplicit()) in warnOnReservedIdentifier()
7497 NewVD->getPreviousDecl() in ActOnVariableDeclarator()
7498 ? NewVD->getPreviousDecl()->getDescribedVarTemplate() in ActOnVariableDeclarator()
9734 if (isFriend && NewFD->getPreviousDecl()) { in ActOnFunctionDeclarator()
9737 Access = NewFD->getPreviousDecl()->getAccess(); in ActOnFunctionDeclarator()
9751 FunctionTemplate->getPreviousDecl(); in ActOnFunctionDeclarator()
10470 for (const Decl *D = FD->getPreviousDecl(); D; D = D->getPreviousDecl()) { in PreviousDeclsHaveMultiVersionAttribute()
11859 if (VarDecl *Old = VDecl->getPreviousDecl()) { in DeduceVariableDeclarationType()
13066 VarDecl *prev = var->getPreviousDecl(); in CheckCompleteVariableDeclaration()
13068 prev = prev->getPreviousDecl(); in CheckCompleteVariableDeclaration()
14071 for (const FunctionDecl *Prev = FD->getPreviousDecl(); in ShouldWarnAboutMissingPrototype()
14072 Prev; Prev = Prev->getPreviousDecl()) { in ShouldWarnAboutMissingPrototype()
15386 Previous = Previous->getPreviousDecl(); in isAcceptableTagRedeclaration()