Searched refs:NewTypes (Results 1 – 2 of 2) sorted by relevance
606 llvm::SmallPtrSet<CanQualType, 8> OldTypes, NewTypes; in CheckEquivalentExceptionSpecImpl() local613 NewTypes.insert(TypePtr); in CheckEquivalentExceptionSpecImpl()620 if (Success && OldTypes.size() == NewTypes.size()) in CheckEquivalentExceptionSpecImpl()
4187 std::vector<Type*> NewTypes; in transformCallThroughTrampoline() local4188 NewTypes.reserve(FTy->getNumParams()+1); in transformCallThroughTrampoline()4200 NewTypes.push_back(NestTy); in transformCallThroughTrampoline()4206 NewTypes.push_back(*I); in transformCallThroughTrampoline()4216 FunctionType::get(FTy->getReturnType(), NewTypes, FTy->isVarArg()); in transformCallThroughTrampoline()