Home
last modified time | relevance | path

Searched refs:mergeExceptionSpecs (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h2920 mergeExceptionSpecs(FunctionProtoType::ExceptionSpecInfo ESI1,
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp13095 ASTContext::mergeExceptionSpecs(FunctionProtoType::ExceptionSpecInfo ESI1, in mergeExceptionSpecs() function in ASTContext
13336 EPIX.ExceptionSpec = Ctx.mergeExceptionSpecs( in getCommonNonSugarTypeNode()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp7411 EPI1.ExceptionSpec = EPI2.ExceptionSpec = Context.mergeExceptionSpecs( in FindCompositePointerType()