Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaExceptionSpec.cpp246 Context.adjustExceptionSpec(Redecl, ESI); in UpdateExceptionSpec()
H A DSemaDeclCXX.cpp17993 Context.adjustExceptionSpec(Method, ESI, /*AsWritten*/true); in actOnDelayedExceptionSpecification()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1264 void adjustExceptionSpec(FunctionDecl *FD,
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp3146 void ASTContext::adjustExceptionSpec( in adjustExceptionSpec() function in ASTContext
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp11595 getContext().adjustExceptionSpec(cast<FunctionDecl>(Redecl), ESI); in FinishedDeserializing()