Searched refs:NewTypes (Results 1 – 2 of 2) sorted by relevance
596 llvm::SmallPtrSet<CanQualType, 8> OldTypes, NewTypes; in CheckEquivalentExceptionSpecImpl() local603 NewTypes.insert(TypePtr); in CheckEquivalentExceptionSpecImpl()610 if (Success && OldTypes.size() == NewTypes.size()) in CheckEquivalentExceptionSpecImpl()
4698 std::vector<Type*> NewTypes; in transformCallThroughTrampoline() local4699 NewTypes.reserve(FTy->getNumParams()+1); in transformCallThroughTrampoline()4711 NewTypes.push_back(NestTy); in transformCallThroughTrampoline()4717 NewTypes.push_back(*I); in transformCallThroughTrampoline()4727 FunctionType::get(FTy->getReturnType(), NewTypes, FTy->isVarArg()); in transformCallThroughTrampoline()