Home
last modified time | relevance | path

Searched refs:ExceptionStorage (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp2200 SmallVectorImpl<QualType> &ExceptionStorage, in SubstExceptionSpec() argument
2206 return Instantiator.TransformExceptionSpec(Loc, ESI, ExceptionStorage, in SubstExceptionSpec()
2215 SmallVector<QualType, 4> ExceptionStorage; in SubstExceptionSpec() local
2217 ESI, ExceptionStorage, Args)) in SubstExceptionSpec()
H A DSemaTemplateDeduction.cpp3365 SmallVector<QualType, 4> ExceptionStorage; in SubstituteExplicitTemplateArguments() local
3368 Function->getLocation(), EPI.ExceptionSpec, ExceptionStorage, in SubstituteExplicitTemplateArguments()
H A DTreeTransform.h5805 SmallVector<QualType, 4> ExceptionStorage; in TransformFunctionProtoType() local
5811 ExceptionStorage, Changed); in TransformFunctionProtoType()
12712 SmallVector<QualType, 4> ExceptionStorage; in TransformLambdaExpr() local
12718 ExceptionStorage, Changed); in TransformLambdaExpr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderDecl.cpp4622 SmallVector<QualType, 8> ExceptionStorage; in UpdateDecl() local
4623 auto ESI = Record.readExceptionSpecInfo(ExceptionStorage); in UpdateDecl()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h9251 SmallVectorImpl<QualType> &ExceptionStorage,