Searched refs:Redecls (Results 1 – 1 of 1) sorted by relevance
110 SmallVector<Decl *, 2> Redecls; in getCanonicalForwardRedeclChain() local113 Redecls.push_back(R); in getCanonicalForwardRedeclChain()115 Redecls.push_back(D->getFirstDecl()); in getCanonicalForwardRedeclChain()116 std::reverse(Redecls.begin(), Redecls.end()); in getCanonicalForwardRedeclChain()117 return Redecls; in getCanonicalForwardRedeclChain()3474 SmallVector<Decl *, 2> Redecls = in VisitRecordDecl() local3477 cast<CXXRecordDecl>(Redecls.front())->getTypeForDecl(); in VisitRecordDecl()3483 for (auto *R : Redecls) { in VisitRecordDecl()3485 if (R != Redecls.front() || in VisitRecordDecl()3970 SmallVector<Decl *, 2> Redecls = getCanonicalForwardRedeclChain(D); in VisitFunctionDecl() local[all …]