Searched refs:CurTL (Results 1 – 1 of 1) sorted by relevance
23 TypeLoc CurTL = L; in pushFullCopy() local24 while (CurTL) { in pushFullCopy()25 TypeLocs.push_back(CurTL); in pushFullCopy()26 CurTL = CurTL.getNextTypeLoc(); in pushFullCopy()30 TypeLoc CurTL = TypeLocs[e-i-1]; in pushFullCopy() local31 switch (CurTL.getTypeLocClass()) { in pushFullCopy()35 CLASS##TypeLoc NewTL = push<class CLASS##TypeLoc>(CurTL.getType()); \ in pushFullCopy()36 memcpy(NewTL.getOpaqueData(), CurTL.getOpaqueData(), NewTL.getLocalDataSize()); \ in pushFullCopy()50 for (auto CurTL = L; CurTL; CurTL = CurTL.getNextTypeLoc()) in pushTrivial() local51 TypeLocs.push_back(CurTL); in pushTrivial()[all …]