Searched refs:ExceptionTypeStorage (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ASTContext.cpp | 4838 llvm::SmallVector<QualType, 8> ExceptionTypeStorage; in getFunctionTypeInternal() local 4861 ExceptionTypeStorage.push_back(getCanonicalType(ET)); in getFunctionTypeInternal() 4867 CanonicalEPI.ExceptionSpec.Exceptions = ExceptionTypeStorage; in getFunctionTypeInternal() 13097 SmallVectorImpl<QualType> &ExceptionTypeStorage, in mergeExceptionSpecs() argument 13146 mergeTypeLists(*this, ExceptionTypeStorage, ESI1.Exceptions, in mergeExceptionSpecs() 13149 Result.Exceptions = ExceptionTypeStorage; in mergeExceptionSpecs()
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | ASTContext.h | 2922 SmallVectorImpl<QualType> &ExceptionTypeStorage,
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaExprCXX.cpp | 7410 SmallVector<QualType, 8> ExceptionTypeStorage; in FindCompositePointerType() local 7412 EPI1.ExceptionSpec, EPI2.ExceptionSpec, ExceptionTypeStorage, in FindCompositePointerType()
|