Searched refs:ExceptionStorage (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaTemplateInstantiate.cpp | 2200 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 D | SemaTemplateDeduction.cpp | 3365 SmallVector<QualType, 4> ExceptionStorage; in SubstituteExplicitTemplateArguments() local 3368 Function->getLocation(), EPI.ExceptionSpec, ExceptionStorage, in SubstituteExplicitTemplateArguments()
|
| H A D | TreeTransform.h | 5805 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 D | ASTReaderDecl.cpp | 4622 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 D | Sema.h | 9251 SmallVectorImpl<QualType> &ExceptionStorage,
|