Lines Matching refs:getPreviousDecl
3685 PrevVD = PrevVD->getPreviousDecl()) { in MergeVarDeclTypes()
6843 NewVD->getPreviousDecl() in ActOnVariableDeclarator()
6844 ? NewVD->getPreviousDecl()->getDescribedVarTemplate() in ActOnVariableDeclarator()
8976 if (isFriend && NewFD->getPreviousDecl()) { in ActOnFunctionDeclarator()
8979 Access = NewFD->getPreviousDecl()->getAccess(); in ActOnFunctionDeclarator()
8993 FunctionTemplate->getPreviousDecl(); in ActOnFunctionDeclarator()
9604 for (const Decl *D = FD->getPreviousDecl(); D; D = D->getPreviousDecl()) { in PreviousDeclsHaveMultiVersionAttribute()
10963 if (VarDecl *Old = VDecl->getPreviousDecl()) { in DeduceVariableDeclarationType()
11785 VarDecl *prev = var->getPreviousDecl(); in CheckCompleteVariableDeclaration()
11787 prev = prev->getPreviousDecl(); in CheckCompleteVariableDeclaration()
12684 for (const FunctionDecl *Prev = FD->getPreviousDecl(); in ShouldWarnAboutMissingPrototype()
12685 Prev; Prev = Prev->getPreviousDecl()) { in ShouldWarnAboutMissingPrototype()
13871 Previous = Previous->getPreviousDecl(); in isAcceptableTagRedeclaration()