Searched refs:ExceptionTypeStorage (Results 1 – 2 of 2) sorted by relevance
6009 SmallVectorImpl<QualType> &ExceptionTypeStorage) { in mergeExceptionSpecs() argument6060 ExceptionTypeStorage.push_back(E); in mergeExceptionSpecs()6063 Result.Exceptions = ExceptionTypeStorage; in mergeExceptionSpecs()6237 SmallVector<QualType, 8> ExceptionTypeStorage; in FindCompositePointerType() local6240 ExceptionTypeStorage); in FindCompositePointerType()
3708 llvm::SmallVector<QualType, 8> ExceptionTypeStorage; in getFunctionTypeInternal() local3731 ExceptionTypeStorage.push_back(getCanonicalType(ET)); in getFunctionTypeInternal()3737 CanonicalEPI.ExceptionSpec.Exceptions = ExceptionTypeStorage; in getFunctionTypeInternal()