Searched refs:TransformExceptionSpec (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaTemplateInstantiate.cpp | 1580 bool TransformExceptionSpec(SourceLocation Loc, 1725 Fn TransformExceptionSpec); 2015 bool TemplateInstantiator::TransformExceptionSpec( in TransformExceptionSpec() function in TemplateInstantiator 2022 return inherited::TransformExceptionSpec(Loc, ESI, Exceptions, Changed); in TransformExceptionSpec() 2587 Fn TransformExceptionSpec) { in TransformFunctionProtoType() argument 2601 TLB, TL, ThisContext, ThisTypeQuals, TransformExceptionSpec); in TransformFunctionProtoType() 3121 return Instantiator.TransformExceptionSpec(Loc, ESI, ExceptionStorage, in SubstExceptionSpec()
|
| H A D | TreeTransform.h | 687 Fn TransformExceptionSpec); 689 bool TransformExceptionSpec(SourceLocation Loc, 6419 return getDerived().TransformExceptionSpec(TL.getBeginLoc(), ESI, in TransformFunctionProtoType() 6427 Qualifiers ThisTypeQuals, Fn TransformExceptionSpec) { in TransformFunctionProtoType() argument 6483 if (TransformExceptionSpec(EPI.ExceptionSpec, EPIChanged)) in TransformFunctionProtoType() 6570 bool TreeTransform<Derived>::TransformExceptionSpec( in TransformExceptionSpec() function
|
| H A D | SemaTemplateDeduction.cpp | 5077 bool TransformExceptionSpec(SourceLocation Loc, in TransformExceptionSpec() function in __anonc4c693d01611::SubstituteDeducedTypeTransform 5085 return inherited::TransformExceptionSpec(Loc, ESI, Exceptions, Changed); in TransformExceptionSpec()
|
| H A D | SemaTemplateInstantiateDecl.cpp | 5743 bool TransformExceptionSpec(SourceLocation Loc, in InstantiateFunctionDefinition() function
|