Searched refs:Redecls (Results 1 – 1 of 1) sorted by relevance
111 SmallVector<Decl *, 2> Redecls; in getCanonicalForwardRedeclChain() local114 Redecls.push_back(R); in getCanonicalForwardRedeclChain()116 Redecls.push_back(D->getFirstDecl()); in getCanonicalForwardRedeclChain()117 std::reverse(Redecls.begin(), Redecls.end()); in getCanonicalForwardRedeclChain()118 return Redecls; in getCanonicalForwardRedeclChain()3150 SmallVector<Decl *, 2> Redecls = in VisitRecordDecl() local3159 for (auto *R : Redecls) { in VisitRecordDecl()3161 if (R != Redecls.front() || in VisitRecordDecl()3635 auto RedeclIt = Redecls.begin(); in VisitFunctionDecl()3997 for (++RedeclIt; RedeclIt != Redecls.end(); ++RedeclIt) { in VisitFunctionDecl()[all …]