Searched refs:TransformExceptionSpec (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaTemplateInstantiate.cpp | 1113 Fn TransformExceptionSpec); 1744 Fn TransformExceptionSpec) { in TransformFunctionProtoType() argument 1748 TLB, TL, ThisContext, ThisTypeQuals, TransformExceptionSpec); in TransformFunctionProtoType() 2206 return Instantiator.TransformExceptionSpec(Loc, ESI, ExceptionStorage, in SubstExceptionSpec()
|
H A D | TreeTransform.h | 644 Fn TransformExceptionSpec); 646 bool TransformExceptionSpec(SourceLocation Loc, 5810 return This->TransformExceptionSpec(TL.getBeginLoc(), ESI, in TransformFunctionProtoType() 5818 Qualifiers ThisTypeQuals, Fn TransformExceptionSpec) { in TransformFunctionProtoType() argument 5872 if (TransformExceptionSpec(EPI.ExceptionSpec, EPIChanged)) in TransformFunctionProtoType() 5910 bool TreeTransform<Derived>::TransformExceptionSpec( in TransformExceptionSpec() function 12717 return This->TransformExceptionSpec(OldCallOpFPTL.getBeginLoc(), ESI, in TransformLambdaExpr()
|