Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DExceptionSpecificationType.h44 inline bool isNoexceptExceptionSpec(ExceptionSpecificationType ESpecType) { in isNoexceptExceptionSpec() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCoroutine.cpp140 return !isNoexceptExceptionSpec(Proto->getExceptionSpecType()) || in FunctionCanThrow()
H A DCGDebugInfo.cpp5467 Reconstitutable &= !isNoexceptExceptionSpec(FT->getExceptionSpecType()); in VisitFunctionProtoType()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclPrinter.cpp786 } else if (FT && isNoexceptExceptionSpec(FT->getExceptionSpecType())) { in VisitFunctionDecl()
H A DTypePrinter.cpp896 } else if (isNoexceptExceptionSpec(getExceptionSpecType())) { in printExceptionSpecification()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DType.h5268 return isNoexceptExceptionSpec(getExceptionSpecType());