Searched refs:NewTypes (Results 1 – 2 of 2) sorted by relevance
594 llvm::SmallPtrSet<CanQualType, 8> OldTypes, NewTypes; in CheckEquivalentExceptionSpecImpl() local601 NewTypes.insert(TypePtr); in CheckEquivalentExceptionSpecImpl()608 if (Success && OldTypes.size() == NewTypes.size()) in CheckEquivalentExceptionSpecImpl()
2916 std::vector<Type*> NewTypes; in transformCallThroughTrampoline() local2917 NewTypes.reserve(FTy->getNumParams()+1); in transformCallThroughTrampoline()2929 NewTypes.push_back(NestTy); in transformCallThroughTrampoline()2935 NewTypes.push_back(*I); in transformCallThroughTrampoline()2944 FunctionType *NewFTy = FunctionType::get(FTy->getReturnType(), NewTypes, in transformCallThroughTrampoline()