Searched refs:ExceptionTypeStorage (Results 1 – 2 of 2) sorted by relevance
6352 SmallVectorImpl<QualType> &ExceptionTypeStorage) { in mergeExceptionSpecs() argument6406 ExceptionTypeStorage.push_back(E); in mergeExceptionSpecs()6409 Result.Exceptions = ExceptionTypeStorage; in mergeExceptionSpecs()6689 SmallVector<QualType, 8> ExceptionTypeStorage; in FindCompositePointerType() local6692 ExceptionTypeStorage); in FindCompositePointerType()
4234 llvm::SmallVector<QualType, 8> ExceptionTypeStorage; in getFunctionTypeInternal() local4257 ExceptionTypeStorage.push_back(getCanonicalType(ET)); in getFunctionTypeInternal()4263 CanonicalEPI.ExceptionSpec.Exceptions = ExceptionTypeStorage; in getFunctionTypeInternal()