Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Basic/
HDExceptionSpecificationType.h44 inline bool isNoexceptExceptionSpec(ExceptionSpecificationType ESpecType) { in isNoexceptExceptionSpec() function
/freebsd-14-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGCoroutine.cpp140 return !isNoexceptExceptionSpec(Proto->getExceptionSpecType()) || in FunctionCanThrow()
HDCGDebugInfo.cpp5467 Reconstitutable &= !isNoexceptExceptionSpec(FT->getExceptionSpecType()); in VisitFunctionProtoType()
/freebsd-14-stable/contrib/llvm-project/clang/lib/AST/
HDDeclPrinter.cpp786 } else if (FT && isNoexceptExceptionSpec(FT->getExceptionSpecType())) { in VisitFunctionDecl()
HDTypePrinter.cpp896 } else if (isNoexceptExceptionSpec(getExceptionSpecType())) { in printExceptionSpecification()
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/AST/
HDType.h5268 return isNoexceptExceptionSpec(getExceptionSpecType());