Searched refs:SubstExceptionSpec (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaTemplateInstantiate.cpp | 3115 bool Sema::SubstExceptionSpec(SourceLocation Loc, in SubstExceptionSpec() function in Sema 3125 void Sema::SubstExceptionSpec(FunctionDecl *New, const FunctionProtoType *Proto, in SubstExceptionSpec() function in Sema 3131 if (SubstExceptionSpec(New->getTypeSourceInfo()->getTypeLoc().getEndLoc(), in SubstExceptionSpec()
|
| H A D | SemaTemplateInstantiateDecl.cpp | 5286 SubstExceptionSpec(Decl, Template->getType()->castAs<FunctionProtoType>(), in InstantiateExceptionSpec() 5361 SemaRef.SubstExceptionSpec(New, Proto, TemplateArgs); in InitFunctionInstantiation()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 13554 void SubstExceptionSpec(FunctionDecl *New, const FunctionProtoType *Proto, 13556 bool SubstExceptionSpec(SourceLocation Loc,
|