Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaExceptionSpec.cpp188 Context.adjustExceptionSpec(cast<FunctionDecl>(Redecl), ESI); in UpdateExceptionSpec()
DSemaDeclCXX.cpp13933 Context.adjustExceptionSpec(Method, ESI, /*AsWritten*/true); in actOnDelayedExceptionSpecification()
DSemaDecl.cpp7950 Context.adjustExceptionSpec(NewFD, EST_BasicNoexcept); in ActOnFunctionDeclarator()
/external/clang/include/clang/AST/
DASTContext.h1045 void adjustExceptionSpec(FunctionDecl *FD,
/external/clang/lib/AST/
DASTContext.cpp2287 void ASTContext::adjustExceptionSpec( in adjustExceptionSpec() function in ASTContext
/external/clang/lib/Serialization/
DASTReader.cpp8645 Context.adjustExceptionSpec(cast<FunctionDecl>(Redecl), ESI); in FinishedDeserializing()