Home
last modified time | relevance | path

Searched refs:adjustExceptionSpec (Results 1 – 4 of 4) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaExceptionSpec.cpp182 Context.adjustExceptionSpec(cast<FunctionDecl>(Redecl), ESI); in UpdateExceptionSpec()
HDSemaDeclCXX.cpp13693 Context.adjustExceptionSpec(Method, ESI, /*AsWritten*/true); in actOnDelayedExceptionSpecification()
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDASTContext.h963 void adjustExceptionSpec(FunctionDecl *FD,
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDASTContext.cpp2219 void ASTContext::adjustExceptionSpec( in adjustExceptionSpec() function in ASTContext