Searched refs:TransformExceptionSpec (Results 1 – 2 of 2) 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()
|