Searched refs:ExceptionTypeStorage (Results 1 – 3 of 3) sorted by relevance
/openbsd/gnu/llvm/clang/lib/AST/ |
H A D | ASTContext.cpp | 4450 llvm::SmallVector<QualType, 8> ExceptionTypeStorage; in getFunctionTypeInternal() local 4473 ExceptionTypeStorage.push_back(getCanonicalType(ET)); in getFunctionTypeInternal() 4479 CanonicalEPI.ExceptionSpec.Exceptions = ExceptionTypeStorage; in getFunctionTypeInternal() 12463 SmallVectorImpl<QualType> &ExceptionTypeStorage, in mergeExceptionSpecs() argument 12512 mergeTypeLists(*this, ExceptionTypeStorage, ESI1.Exceptions, in mergeExceptionSpecs() 12515 Result.Exceptions = ExceptionTypeStorage; in mergeExceptionSpecs()
|
/openbsd/gnu/llvm/clang/include/clang/AST/ |
H A D | ASTContext.h | 2802 SmallVectorImpl<QualType> &ExceptionTypeStorage,
|
/openbsd/gnu/llvm/clang/lib/Sema/ |
H A D | SemaExprCXX.cpp | 7069 SmallVector<QualType, 8> ExceptionTypeStorage; in FindCompositePointerType() local 7071 EPI1.ExceptionSpec, EPI2.ExceptionSpec, ExceptionTypeStorage, in FindCompositePointerType()
|