Searched refs:NewTypes (Results 1 – 2 of 2) sorted by relevance
568 llvm::SmallPtrSet<CanQualType, 8> OldTypes, NewTypes; in CheckEquivalentExceptionSpecImpl() local575 NewTypes.insert(TypePtr); in CheckEquivalentExceptionSpecImpl()582 if (Success && OldTypes.size() == NewTypes.size()) in CheckEquivalentExceptionSpecImpl()
4669 std::vector<Type*> NewTypes; in transformCallThroughTrampoline() local4670 NewTypes.reserve(FTy->getNumParams()+1); in transformCallThroughTrampoline()4682 NewTypes.push_back(NestTy); in transformCallThroughTrampoline()4688 NewTypes.push_back(*I); in transformCallThroughTrampoline()4697 FunctionType *NewFTy = FunctionType::get(FTy->getReturnType(), NewTypes, in transformCallThroughTrampoline()