Searched refs:TypeLocs (Results 1 – 1 of 1) sorted by relevance
22 SmallVector<TypeLoc, 4> TypeLocs; in pushFullCopy() local25 TypeLocs.push_back(CurTL); in pushFullCopy()29 for (unsigned i = 0, e = TypeLocs.size(); i < e; ++i) { in pushFullCopy()30 TypeLoc CurTL = TypeLocs[e-i-1]; in pushFullCopy()49 SmallVector<TypeLoc, 4> TypeLocs; in pushTrivial() local51 TypeLocs.push_back(CurTL); in pushTrivial()53 for (const auto &CurTL : llvm::reverse(TypeLocs)) { in pushTrivial()