Searched refs:PrevDecls (Results 1 – 1 of 1) sorted by relevance
141 SmallVector<const RedeclarableTemplateDecl *, 2> PrevDecls; in getCommonPtr() local149 PrevDecls.push_back(Prev); in getCommonPtr()161 for (unsigned I = 0, N = PrevDecls.size(); I != N; ++I) in getCommonPtr()162 PrevDecls[I]->Common = Common; in getCommonPtr()