Searched refs:SubstExceptionSpec (Results 1 – 4 of 4) sorted by relevance
/openbsd/gnu/llvm/clang/lib/Sema/ |
H A D | SemaTemplateInstantiate.cpp | 2546 bool Sema::SubstExceptionSpec(SourceLocation Loc, in SubstExceptionSpec() function in Sema 2558 void Sema::SubstExceptionSpec(FunctionDecl *New, const FunctionProtoType *Proto, in SubstExceptionSpec() function in Sema 2564 if (SubstExceptionSpec(New->getTypeSourceInfo()->getTypeLoc().getEndLoc(), in SubstExceptionSpec()
|
H A D | SemaTemplateInstantiateDecl.cpp | 4616 SubstExceptionSpec(Decl, Template->getType()->castAs<FunctionProtoType>(), in InstantiateExceptionSpec() 4695 SemaRef.SubstExceptionSpec(New, Proto, TemplateArgs); in InitFunctionInstantiation()
|
H A D | SemaTemplateDeduction.cpp | 3349 SubstExceptionSpec(Function->getLocation(), EPI.ExceptionSpec, in SubstituteExplicitTemplateArguments()
|
/openbsd/gnu/llvm/clang/include/clang/Sema/ |
H A D | Sema.h | 9949 void SubstExceptionSpec(FunctionDecl *New, const FunctionProtoType *Proto, 9951 bool SubstExceptionSpec(SourceLocation Loc,
|