Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaExprCXX.cpp6352 SmallVectorImpl<QualType> &ExceptionTypeStorage) { in mergeExceptionSpecs() argument
6406 ExceptionTypeStorage.push_back(E); in mergeExceptionSpecs()
6409 Result.Exceptions = ExceptionTypeStorage; in mergeExceptionSpecs()
6689 SmallVector<QualType, 8> ExceptionTypeStorage; in FindCompositePointerType() local
6692 ExceptionTypeStorage); in FindCompositePointerType()
/external/llvm-project/clang/lib/AST/
DASTContext.cpp4234 llvm::SmallVector<QualType, 8> ExceptionTypeStorage; in getFunctionTypeInternal() local
4257 ExceptionTypeStorage.push_back(getCanonicalType(ET)); in getFunctionTypeInternal()
4263 CanonicalEPI.ExceptionSpec.Exceptions = ExceptionTypeStorage; in getFunctionTypeInternal()