Searched refs:SubstExceptionSpec (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaTemplateInstantiate.cpp | 2739 bool Sema::SubstExceptionSpec(SourceLocation Loc, in SubstExceptionSpec() function in Sema 2749 void Sema::SubstExceptionSpec(FunctionDecl *New, const FunctionProtoType *Proto, in SubstExceptionSpec() function in Sema 2755 if (SubstExceptionSpec(New->getTypeSourceInfo()->getTypeLoc().getEndLoc(), in SubstExceptionSpec()
|
| H A D | SemaTemplateInstantiateDecl.cpp | 4713 SubstExceptionSpec(Decl, Template->getType()->castAs<FunctionProtoType>(), in InstantiateExceptionSpec() 4788 SemaRef.SubstExceptionSpec(New, Proto, TemplateArgs); in InitFunctionInstantiation()
|
| H A D | SemaTemplateDeduction.cpp | 3400 SubstExceptionSpec(Function->getLocation(), EPI.ExceptionSpec, in SubstituteExplicitTemplateArguments()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 10261 void SubstExceptionSpec(FunctionDecl *New, const FunctionProtoType *Proto, 10263 bool SubstExceptionSpec(SourceLocation Loc,
|