Lines Matching refs:getPreviousDecl
3936 PrevVD = PrevVD->getPreviousDecl()) { in MergeVarDeclTypes()
5568 if (D->getPreviousDecl() || D->isImplicit()) in warnOnReservedIdentifier()
7431 NewVD->getPreviousDecl() in ActOnVariableDeclarator()
7432 ? NewVD->getPreviousDecl()->getDescribedVarTemplate() in ActOnVariableDeclarator()
9675 if (isFriend && NewFD->getPreviousDecl()) { in ActOnFunctionDeclarator()
9678 Access = NewFD->getPreviousDecl()->getAccess(); in ActOnFunctionDeclarator()
9692 FunctionTemplate->getPreviousDecl(); in ActOnFunctionDeclarator()
10411 for (const Decl *D = FD->getPreviousDecl(); D; D = D->getPreviousDecl()) { in PreviousDeclsHaveMultiVersionAttribute()
11800 if (VarDecl *Old = VDecl->getPreviousDecl()) { in DeduceVariableDeclarationType()
13007 VarDecl *prev = var->getPreviousDecl(); in CheckCompleteVariableDeclaration()
13009 prev = prev->getPreviousDecl(); in CheckCompleteVariableDeclaration()
14015 for (const FunctionDecl *Prev = FD->getPreviousDecl(); in ShouldWarnAboutMissingPrototype()
14016 Prev; Prev = Prev->getPreviousDecl()) { in ShouldWarnAboutMissingPrototype()
15330 Previous = Previous->getPreviousDecl(); in isAcceptableTagRedeclaration()