Searched refs:TransformExceptionSpec (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaTemplateInstantiate.cpp | 804 Fn TransformExceptionSpec); 1311 Fn TransformExceptionSpec) { in TransformFunctionProtoType() argument 1315 TLB, TL, ThisContext, ThisTypeQuals, TransformExceptionSpec); in TransformFunctionProtoType() 1595 if (Instantiator.TransformExceptionSpec( in SubstExceptionSpec()
|
D | TreeTransform.h | 584 Fn TransformExceptionSpec); 586 bool TransformExceptionSpec(SourceLocation Loc, 4925 return This->TransformExceptionSpec(TL.getBeginLoc(), ESI, in TransformFunctionProtoType() 4933 unsigned ThisTypeQuals, Fn TransformExceptionSpec) { in TransformFunctionProtoType() argument 4987 if (TransformExceptionSpec(EPI.ExceptionSpec, EPIChanged)) in TransformFunctionProtoType() 5024 bool TreeTransform<Derived>::TransformExceptionSpec( in TransformExceptionSpec() function 10200 return This->TransformExceptionSpec(OldCallOpFPTL.getBeginLoc(), ESI, in TransformLambdaExpr()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaTemplateInstantiate.cpp | 1112 Fn TransformExceptionSpec); 1741 Fn TransformExceptionSpec) { in TransformFunctionProtoType() argument 1745 TLB, TL, ThisContext, ThisTypeQuals, TransformExceptionSpec); in TransformFunctionProtoType() 2203 return Instantiator.TransformExceptionSpec(Loc, ESI, ExceptionStorage, in SubstExceptionSpec()
|
D | TreeTransform.h | 644 Fn TransformExceptionSpec); 646 bool TransformExceptionSpec(SourceLocation Loc, 5724 return This->TransformExceptionSpec(TL.getBeginLoc(), ESI, in TransformFunctionProtoType() 5732 Qualifiers ThisTypeQuals, Fn TransformExceptionSpec) { in TransformFunctionProtoType() argument 5786 if (TransformExceptionSpec(EPI.ExceptionSpec, EPIChanged)) in TransformFunctionProtoType() 5824 bool TreeTransform<Derived>::TransformExceptionSpec( in TransformExceptionSpec() function 12478 return This->TransformExceptionSpec(OldCallOpFPTL.getBeginLoc(), ESI, in TransformLambdaExpr()
|