Searched refs:SubstExceptionSpec (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaTemplateInstantiate.cpp | 2198 bool Sema::SubstExceptionSpec(SourceLocation Loc, in SubstExceptionSpec() function in Sema 2210 void Sema::SubstExceptionSpec(FunctionDecl *New, const FunctionProtoType *Proto, in SubstExceptionSpec() function in Sema 2216 if (SubstExceptionSpec(New->getTypeSourceInfo()->getTypeLoc().getEndLoc(), in SubstExceptionSpec()
|
| H A D | SemaTemplateInstantiateDecl.cpp | 4425 SubstExceptionSpec(Decl, Template->getType()->castAs<FunctionProtoType>(), in InstantiateExceptionSpec() 4551 SemaRef.SubstExceptionSpec(New, Proto, TemplateArgs); in InitFunctionInstantiation()
|
| H A D | SemaTemplateDeduction.cpp | 3367 SubstExceptionSpec( in SubstituteExplicitTemplateArguments()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
| H A D | Sema.h | 9247 void SubstExceptionSpec(FunctionDecl *New, const FunctionProtoType *Proto, 9249 bool SubstExceptionSpec(SourceLocation Loc,
|