Lines Matching refs:getPreviousDecl
4497 PrevVD = PrevVD->getPreviousDecl()) { in MergeVarDeclTypes()
6199 if (D->getPreviousDecl() || D->isImplicit()) in warnOnReservedIdentifier()
8177 NewVD->getPreviousDecl() in ActOnVariableDeclarator()
8178 ? NewVD->getPreviousDecl()->getDescribedVarTemplate() in ActOnVariableDeclarator()
10605 if (isFriend && NewFD->getPreviousDecl()) { in ActOnFunctionDeclarator()
10608 Access = NewFD->getPreviousDecl()->getAccess(); in ActOnFunctionDeclarator()
10622 FunctionTemplate->getPreviousDecl(); in ActOnFunctionDeclarator()
11377 for (const Decl *D = FD->getPreviousDecl(); D; D = D->getPreviousDecl()) { in PreviousDeclsHaveMultiVersionAttribute()
13162 if (VarDecl *Old = VDecl->getPreviousDecl()) { in DeduceVariableDeclarationType()
14422 VarDecl *prev = var->getPreviousDecl(); in CheckCompleteVariableDeclaration()
14424 prev = prev->getPreviousDecl(); in CheckCompleteVariableDeclaration()
15467 for (const FunctionDecl *Prev = FD->getPreviousDecl(); Prev; in FindPossiblePrototype()
15468 Prev = Prev->getPreviousDecl()) { in FindPossiblePrototype()
17066 Previous = Previous->getPreviousDecl(); in isAcceptableTagRedeclaration()