Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp1129 Fn TransformExceptionSpec);
1757 Fn TransformExceptionSpec) { in TransformFunctionProtoType() argument
1761 TLB, TL, ThisContext, ThisTypeQuals, TransformExceptionSpec); in TransformFunctionProtoType()
2244 return Instantiator.TransformExceptionSpec(Loc, ESI, ExceptionStorage, in SubstExceptionSpec()
H A DTreeTransform.h644 Fn TransformExceptionSpec);
646 bool TransformExceptionSpec(SourceLocation Loc,
5899 return This->getDerived().TransformExceptionSpec( in TransformFunctionProtoType()
5907 Qualifiers ThisTypeQuals, Fn TransformExceptionSpec) { in TransformFunctionProtoType() argument
5961 if (TransformExceptionSpec(EPI.ExceptionSpec, EPIChanged)) in TransformFunctionProtoType()
5999 bool TreeTransform<Derived>::TransformExceptionSpec( in TransformExceptionSpec() function
13077 return This->TransformExceptionSpec(OldCallOpFPTL.getBeginLoc(), ESI, in TransformLambdaExpr()
H A DSemaTemplateInstantiateDecl.cpp4998 bool TransformExceptionSpec(SourceLocation Loc, in InstantiateFunctionDefinition() function