Searched refs:NewTypes (Results 1 – 2 of 2) sorted by relevance
600 llvm::SmallPtrSet<CanQualType, 8> OldTypes, NewTypes; in CheckEquivalentExceptionSpecImpl() local607 NewTypes.insert(TypePtr); in CheckEquivalentExceptionSpecImpl()614 if (Success && OldTypes.size() == NewTypes.size()) in CheckEquivalentExceptionSpecImpl()
3751 std::vector<Type*> NewTypes; in transformCallThroughTrampoline() local3752 NewTypes.reserve(FTy->getNumParams()+1); in transformCallThroughTrampoline()3764 NewTypes.push_back(NestTy); in transformCallThroughTrampoline()3770 NewTypes.push_back(*I); in transformCallThroughTrampoline()3779 FunctionType *NewFTy = FunctionType::get(FTy->getReturnType(), NewTypes, in transformCallThroughTrampoline()