Lines Matching refs:getPreviousDecl
4415 PrevVD = PrevVD->getPreviousDecl()) { in MergeVarDeclTypes()
6062 if (D->getPreviousDecl() || D->isImplicit()) in warnOnReservedIdentifier()
7994 NewVD->getPreviousDecl() in ActOnVariableDeclarator()
7995 ? NewVD->getPreviousDecl()->getDescribedVarTemplate() in ActOnVariableDeclarator()
10384 if (isFriend && NewFD->getPreviousDecl()) { in ActOnFunctionDeclarator()
10387 Access = NewFD->getPreviousDecl()->getAccess(); in ActOnFunctionDeclarator()
10401 FunctionTemplate->getPreviousDecl(); in ActOnFunctionDeclarator()
11143 for (const Decl *D = FD->getPreviousDecl(); D; D = D->getPreviousDecl()) { in PreviousDeclsHaveMultiVersionAttribute()
12716 if (VarDecl *Old = VDecl->getPreviousDecl()) { in DeduceVariableDeclarationType()
13947 VarDecl *prev = var->getPreviousDecl(); in CheckCompleteVariableDeclaration()
13949 prev = prev->getPreviousDecl(); in CheckCompleteVariableDeclaration()
14931 for (const FunctionDecl *Prev = FD->getPreviousDecl(); Prev; in FindPossiblePrototype()
14932 Prev = Prev->getPreviousDecl()) { in FindPossiblePrototype()
16462 Previous = Previous->getPreviousDecl(); in isAcceptableTagRedeclaration()