Searched refs:ExceptionTypeStorage (Results 1 – 2 of 2) sorted by relevance
6426 SmallVectorImpl<QualType> &ExceptionTypeStorage) { in mergeExceptionSpecs() argument6480 ExceptionTypeStorage.push_back(E); in mergeExceptionSpecs()6483 Result.Exceptions = ExceptionTypeStorage; in mergeExceptionSpecs()6763 SmallVector<QualType, 8> ExceptionTypeStorage; in FindCompositePointerType() local6766 ExceptionTypeStorage); in FindCompositePointerType()
4304 llvm::SmallVector<QualType, 8> ExceptionTypeStorage; in getFunctionTypeInternal() local4327 ExceptionTypeStorage.push_back(getCanonicalType(ET)); in getFunctionTypeInternal()4333 CanonicalEPI.ExceptionSpec.Exceptions = ExceptionTypeStorage; in getFunctionTypeInternal()