Searched refs:TypeLocs (Results 1 – 1 of 1) sorted by relevance
23 SmallVector<TypeLoc, 4> TypeLocs; in pushFullCopy() local26 TypeLocs.push_back(CurTL); in pushFullCopy()30 for (unsigned i = 0, e = TypeLocs.size(); i < e; ++i) { in pushFullCopy()31 TypeLoc CurTL = TypeLocs[e-i-1]; in pushFullCopy()