Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Basic/
H A DExceptionSpecificationType.h44 inline bool isNoexceptExceptionSpec(ExceptionSpecificationType ESpecType) { in isNoexceptExceptionSpec() function
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/performance/
H A DNoexceptMoveConstructorCheck.cpp46 if (!isNoexceptExceptionSpec(ProtoType->getExceptionSpecType())) { in check()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGCoroutine.cpp136 if (isNoexceptExceptionSpec(Proto->getExceptionSpecType()) && in memberCallExpressionCanThrow()
H A DCGDebugInfo.cpp5109 Reconstitutable &= !isNoexceptExceptionSpec(FT->getExceptionSpecType()); in VisitFunctionProtoType()
/llvm-project-15.0.7/clang/lib/AST/
H A DDeclPrinter.cpp730 } else if (FT && isNoexceptExceptionSpec(FT->getExceptionSpecType())) { in VisitFunctionDecl()
H A DTypePrinter.cpp834 } else if (isNoexceptExceptionSpec(getExceptionSpecType())) { in printExceptionSpecification()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DType.h4207 return isNoexceptExceptionSpec(getExceptionSpecType());