Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp1491 bool TransformExceptionSpec(SourceLocation Loc,
1613 Fn TransformExceptionSpec);
1854 bool TemplateInstantiator::TransformExceptionSpec( in TransformExceptionSpec() function in TemplateInstantiator
1861 return inherited::TransformExceptionSpec(Loc, ESI, Exceptions, Changed); in TransformExceptionSpec()
2410 Fn TransformExceptionSpec) { in TransformFunctionProtoType() argument
2414 TLB, TL, ThisContext, ThisTypeQuals, TransformExceptionSpec); in TransformFunctionProtoType()
2930 return Instantiator.TransformExceptionSpec(Loc, ESI, ExceptionStorage, in SubstExceptionSpec()
H A DTreeTransform.h681 Fn TransformExceptionSpec);
687 bool TransformExceptionSpec(SourceLocation Loc,
6192 return getDerived().TransformExceptionSpec(TL.getBeginLoc(), ESI, in TransformFunctionProtoType()
6200 Qualifiers ThisTypeQuals, Fn TransformExceptionSpec) { in TransformFunctionProtoType() argument
6256 if (TransformExceptionSpec(EPI.ExceptionSpec, EPIChanged)) in TransformFunctionProtoType()
6343 bool TreeTransform<Derived>::TransformExceptionSpec( in TransformExceptionSpec() function
14570 return TransformExceptionSpec(FPTL.getBeginLoc(), ESI, in TransformLambdaExpr()
H A DSemaTemplateDeduction.cpp4963 bool TransformExceptionSpec(SourceLocation Loc, in TransformExceptionSpec() function in __anonc4c693d01411::SubstituteDeducedTypeTransform
4971 return inherited::TransformExceptionSpec(Loc, ESI, Exceptions, Changed); in TransformExceptionSpec()
H A DSemaTemplateInstantiateDecl.cpp5103 bool TransformExceptionSpec(SourceLocation Loc, in InstantiateFunctionDefinition() function