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()3203 SmallVector<Decl *, 2> Redecls = in VisitRecordDecl() local3206 cast<CXXRecordDecl>(Redecls.front())->getTypeForDecl(); in VisitRecordDecl()3212 for (auto *R : Redecls) { in VisitRecordDecl()3214 if (R != Redecls.front() || in VisitRecordDecl()3701 SmallVector<Decl *, 2> Redecls = getCanonicalForwardRedeclChain(D); in VisitFunctionDecl() local[all …]