Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp1353 bool TransformExceptionSpec(SourceLocation Loc,
1426 Fn TransformExceptionSpec);
1650 bool TemplateInstantiator::TransformExceptionSpec( in TransformExceptionSpec() function in TemplateInstantiator
1657 return inherited::TransformExceptionSpec(Loc, ESI, Exceptions, Changed); in TransformExceptionSpec()
2180 Fn TransformExceptionSpec) { in TransformFunctionProtoType() argument
2184 TLB, TL, ThisContext, ThisTypeQuals, TransformExceptionSpec); in TransformFunctionProtoType()
2745 return Instantiator.TransformExceptionSpec(Loc, ESI, ExceptionStorage, in SubstExceptionSpec()
H A DTreeTransform.h675 Fn TransformExceptionSpec);
681 bool TransformExceptionSpec(SourceLocation Loc,
6095 return getDerived().TransformExceptionSpec(TL.getBeginLoc(), ESI, in TransformFunctionProtoType()
6103 Qualifiers ThisTypeQuals, Fn TransformExceptionSpec) { in TransformFunctionProtoType() argument
6157 if (TransformExceptionSpec(EPI.ExceptionSpec, EPIChanged)) in TransformFunctionProtoType()
6195 bool TreeTransform<Derived>::TransformExceptionSpec( in TransformExceptionSpec() function
13660 return TransformExceptionSpec(FPTL.getBeginLoc(), ESI, in TransformLambdaExpr()
H A DSemaTemplateDeduction.cpp4832 bool TransformExceptionSpec(SourceLocation Loc, in TransformExceptionSpec() function in __anon465840c61311::SubstituteDeducedTypeTransform
4840 return inherited::TransformExceptionSpec(Loc, ESI, Exceptions, Changed); in TransformExceptionSpec()
H A DSemaTemplateInstantiateDecl.cpp5103 bool TransformExceptionSpec(SourceLocation Loc, in InstantiateFunctionDefinition() function