Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp2548 SmallVectorImpl<QualType> &ExceptionStorage, in SubstExceptionSpec() argument
2554 return Instantiator.TransformExceptionSpec(Loc, ESI, ExceptionStorage, in SubstExceptionSpec()
2563 SmallVector<QualType, 4> ExceptionStorage; in SubstExceptionSpec() local
2565 ESI, ExceptionStorage, Args)) in SubstExceptionSpec()
H A DSemaTemplateDeduction.cpp3347 SmallVector<QualType, 4> ExceptionStorage; in SubstituteExplicitTemplateArguments() local
3350 ExceptionStorage, MLTAL)) in SubstituteExplicitTemplateArguments()
H A DTreeTransform.h5993 SmallVector<QualType, 4> ExceptionStorage; in TransformFunctionProtoType() local
5999 TL.getBeginLoc(), ESI, ExceptionStorage, Changed); in TransformFunctionProtoType()
13253 SmallVector<QualType, 4> ExceptionStorage; in TransformLambdaExpr() local
13259 ExceptionStorage, Changed); in TransformLambdaExpr()
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReaderDecl.cpp4503 SmallVector<QualType, 8> ExceptionStorage; in UpdateDecl() local
4504 auto ESI = Record.readExceptionSpecInfo(ExceptionStorage); in UpdateDecl()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h9953 SmallVectorImpl<QualType> &ExceptionStorage,