Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DExceptionSpecificationType.h44 inline bool isNoexceptExceptionSpec(ExceptionSpecificationType ESpecType) { in isNoexceptExceptionSpec() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGCoroutine.cpp136 if (isNoexceptExceptionSpec(Proto->getExceptionSpecType()) && in memberCallExpressionCanThrow()
H A DCGException.cpp480 if (isNoexceptExceptionSpec(EST) && Proto->canThrow() == CT_Cannot) { in EmitStartEHSpec()
583 if (isNoexceptExceptionSpec(EST) && Proto->canThrow() == CT_Cannot && in EmitEndEHSpec()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclPrinter.cpp729 } else if (FT && isNoexceptExceptionSpec(FT->getExceptionSpecType())) { in VisitFunctionDecl()
H A DTypePrinter.cpp815 } else if (isNoexceptExceptionSpec(getExceptionSpecType())) { in printExceptionSpecification()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DType.h4137 return isNoexceptExceptionSpec(getExceptionSpecType());