Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp5064 llvm::SmallVector<QualType, 8> ExceptionTypeStorage; in getFunctionTypeInternal() local
5087 ExceptionTypeStorage.push_back(getCanonicalType(ET)); in getFunctionTypeInternal()
5093 CanonicalEPI.ExceptionSpec.Exceptions = ExceptionTypeStorage; in getFunctionTypeInternal()
13896 SmallVectorImpl<QualType> &ExceptionTypeStorage, in mergeExceptionSpecs() argument
13945 mergeTypeLists(*this, ExceptionTypeStorage, ESI1.Exceptions, in mergeExceptionSpecs()
13948 Result.Exceptions = ExceptionTypeStorage; in mergeExceptionSpecs()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h3126 SmallVectorImpl<QualType> &ExceptionTypeStorage,
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp6431 SmallVector<QualType, 8> ExceptionTypeStorage; in FindCompositePointerType() local
6433 EPI1.ExceptionSpec, EPI2.ExceptionSpec, ExceptionTypeStorage, in FindCompositePointerType()