Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp4427 llvm::SmallVector<QualType, 8> ExceptionTypeStorage; in getFunctionTypeInternal() local
4450 ExceptionTypeStorage.push_back(getCanonicalType(ET)); in getFunctionTypeInternal()
4456 CanonicalEPI.ExceptionSpec.Exceptions = ExceptionTypeStorage; in getFunctionTypeInternal()
12605 SmallVectorImpl<QualType> &ExceptionTypeStorage, in mergeExceptionSpecs() argument
12654 mergeTypeLists(*this, ExceptionTypeStorage, ESI1.Exceptions, in mergeExceptionSpecs()
12657 Result.Exceptions = ExceptionTypeStorage; in mergeExceptionSpecs()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h2833 SmallVectorImpl<QualType> &ExceptionTypeStorage,
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp7193 SmallVector<QualType, 8> ExceptionTypeStorage; in FindCompositePointerType() local
7195 EPI1.ExceptionSpec, EPI2.ExceptionSpec, ExceptionTypeStorage, in FindCompositePointerType()