Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
HDExceptionSpecificationType.h44 inline bool isNoexceptExceptionSpec(ExceptionSpecificationType ESpecType) { in isNoexceptExceptionSpec() function
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGCoroutine.cpp136 if (isNoexceptExceptionSpec(Proto->getExceptionSpecType()) && in memberCallExpressionCanThrow()
HDCGException.cpp463 if (isNoexceptExceptionSpec(EST) && Proto->canThrow() == CT_Cannot) { in EmitStartEHSpec()
540 if (isNoexceptExceptionSpec(EST) && Proto->canThrow() == CT_Cannot) { in EmitEndEHSpec()
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
HDDeclPrinter.cpp716 } else if (FT && isNoexceptExceptionSpec(FT->getExceptionSpecType())) { in VisitFunctionDecl()
HDTypePrinter.cpp739 } else if (isNoexceptExceptionSpec(getExceptionSpecType())) { in printExceptionSpecification()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
HDType.h4004 return isNoexceptExceptionSpec(getExceptionSpecType());