Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp4450 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 DASTContext.h2802 SmallVectorImpl<QualType> &ExceptionTypeStorage,
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaExprCXX.cpp7069 SmallVector<QualType, 8> ExceptionTypeStorage; in FindCompositePointerType() local
7071 EPI1.ExceptionSpec, EPI2.ExceptionSpec, ExceptionTypeStorage, in FindCompositePointerType()