Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExceptionSpec.cpp246 Context.adjustExceptionSpec(Redecl, ESI); in UpdateExceptionSpec()
H A DSemaDeclCXX.cpp17788 Context.adjustExceptionSpec(Method, ESI, /*AsWritten*/true); in actOnDelayedExceptionSpecification()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTContext.h1219 void adjustExceptionSpec(FunctionDecl *FD,
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp3131 void ASTContext::adjustExceptionSpec( in adjustExceptionSpec() function in ASTContext
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp11566 getContext().adjustExceptionSpec(cast<FunctionDecl>(Redecl), ESI); in FinishedDeserializing()