Searched refs:SubstExceptionSpec (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaTemplateInstantiate.cpp | 2197 bool Sema::SubstExceptionSpec(SourceLocation Loc, in SubstExceptionSpec() function in Sema 2209 void Sema::SubstExceptionSpec(FunctionDecl *New, const FunctionProtoType *Proto, in SubstExceptionSpec() function in Sema 2215 if (SubstExceptionSpec(New->getTypeSourceInfo()->getTypeLoc().getEndLoc(), in SubstExceptionSpec()
|
| H A D | SemaTemplateInstantiateDecl.cpp | 4549 SubstExceptionSpec(Decl, Template->getType()->castAs<FunctionProtoType>(), in InstantiateExceptionSpec() 4675 SemaRef.SubstExceptionSpec(New, Proto, TemplateArgs); in InitFunctionInstantiation()
|
| H A D | SemaTemplateDeduction.cpp | 3367 SubstExceptionSpec( in SubstituteExplicitTemplateArguments()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 9316 void SubstExceptionSpec(FunctionDecl *New, const FunctionProtoType *Proto, 9318 bool SubstExceptionSpec(SourceLocation Loc,
|