Searched refs:SubstExceptionSpec (Results 1 – 7 of 7) sorted by relevance
/external/llvm-project/clang/lib/Sema/ |
D | SemaTemplateInstantiate.cpp | 2195 bool Sema::SubstExceptionSpec(SourceLocation Loc, in SubstExceptionSpec() function in Sema 2207 void Sema::SubstExceptionSpec(FunctionDecl *New, const FunctionProtoType *Proto, in SubstExceptionSpec() function in Sema 2213 if (SubstExceptionSpec(New->getTypeSourceInfo()->getTypeLoc().getEndLoc(), in SubstExceptionSpec()
|
D | SemaTemplateInstantiateDecl.cpp | 4421 SubstExceptionSpec(Decl, Template->getType()->castAs<FunctionProtoType>(), in InstantiateExceptionSpec() 4543 SemaRef.SubstExceptionSpec(New, Proto, TemplateArgs); in InitFunctionInstantiation()
|
D | SemaTemplateDeduction.cpp | 3374 SubstExceptionSpec( in SubstituteExplicitTemplateArguments()
|
/external/clang/lib/Sema/ |
D | SemaTemplateInstantiateDecl.cpp | 3381 SubstExceptionSpec(Decl, Template->getType()->castAs<FunctionProtoType>(), in InstantiateExceptionSpec() 3454 SemaRef.SubstExceptionSpec(New, Proto, TemplateArgs); in InitFunctionInstantiation()
|
D | SemaTemplateInstantiate.cpp | 1584 void Sema::SubstExceptionSpec(FunctionDecl *New, const FunctionProtoType *Proto, in SubstExceptionSpec() function in Sema
|
/external/llvm-project/clang/include/clang/Sema/ |
D | Sema.h | 9095 void SubstExceptionSpec(FunctionDecl *New, const FunctionProtoType *Proto, 9097 bool SubstExceptionSpec(SourceLocation Loc,
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 7146 void SubstExceptionSpec(FunctionDecl *New, const FunctionProtoType *Proto,
|