Home
last modified time | relevance | path

Searched refs:ExceptionTypeStorage (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExprCXX.cpp6677 SmallVectorImpl<QualType> &ExceptionTypeStorage) { in mergeExceptionSpecs() argument
6731 ExceptionTypeStorage.push_back(E); in mergeExceptionSpecs()
6734 Result.Exceptions = ExceptionTypeStorage; in mergeExceptionSpecs()
7049 SmallVector<QualType, 8> ExceptionTypeStorage; in FindCompositePointerType() local
7052 ExceptionTypeStorage); in FindCompositePointerType()
/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp4412 llvm::SmallVector<QualType, 8> ExceptionTypeStorage; in getFunctionTypeInternal() local
4435 ExceptionTypeStorage.push_back(getCanonicalType(ET)); in getFunctionTypeInternal()
4441 CanonicalEPI.ExceptionSpec.Exceptions = ExceptionTypeStorage; in getFunctionTypeInternal()