Searched refs:ExceptionTypeStorage (Results 1 – 2 of 2) sorted by relevance
6474 SmallVectorImpl<QualType> &ExceptionTypeStorage) { in mergeExceptionSpecs() argument6528 ExceptionTypeStorage.push_back(E); in mergeExceptionSpecs()6531 Result.Exceptions = ExceptionTypeStorage; in mergeExceptionSpecs()6811 SmallVector<QualType, 8> ExceptionTypeStorage; in FindCompositePointerType() local6814 ExceptionTypeStorage); in FindCompositePointerType()
4319 llvm::SmallVector<QualType, 8> ExceptionTypeStorage; in getFunctionTypeInternal() local4342 ExceptionTypeStorage.push_back(getCanonicalType(ET)); in getFunctionTypeInternal()4348 CanonicalEPI.ExceptionSpec.Exceptions = ExceptionTypeStorage; in getFunctionTypeInternal()