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

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExceptionSpec.cpp182 Context.adjustExceptionSpec(cast<FunctionDecl>(Redecl), ESI);
H A DSemaDecl.cpp7666 Context.adjustExceptionSpec(NewFD, EST_BasicNoexcept);
H A DSemaDeclCXX.cpp13744 Context.adjustExceptionSpec(Method, ESI, /*AsWritten*/true);
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h1037 void adjustExceptionSpec(FunctionDecl *FD,
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp2294 void ASTContext::adjustExceptionSpec( function in class:ASTContext
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp8610 Context.adjustExceptionSpec(cast<FunctionDecl>(Redecl), ESI);

Completed in 267 milliseconds