Searched refs:Redecls (Results 1 – 1 of 1) sorted by relevance
113 SmallVector<Decl *, 2> Redecls; in getCanonicalForwardRedeclChain() local116 Redecls.push_back(R); in getCanonicalForwardRedeclChain()118 Redecls.push_back(D->getFirstDecl()); in getCanonicalForwardRedeclChain()119 std::reverse(Redecls.begin(), Redecls.end()); in getCanonicalForwardRedeclChain()120 return Redecls; in getCanonicalForwardRedeclChain()2933 SmallVector<Decl *, 2> Redecls = in VisitRecordDecl() local2935 for (auto *R : Redecls) { in VisitRecordDecl()3232 SmallVector<Decl *, 2> Redecls = getCanonicalForwardRedeclChain(D); in VisitFunctionDecl() local3233 auto RedeclIt = Redecls.begin(); in VisitFunctionDecl()3236 for (; RedeclIt != Redecls.end() && *RedeclIt != D; ++RedeclIt) { in VisitFunctionDecl()[all …]