Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DExceptionSpecificationType.h37 inline bool isNoexceptExceptionSpec(ExceptionSpecificationType ESpecType) { in isNoexceptExceptionSpec() function
/external/llvm-project/clang/include/clang/Basic/
DExceptionSpecificationType.h44 inline bool isNoexceptExceptionSpec(ExceptionSpecificationType ESpecType) { in isNoexceptExceptionSpec() function
/external/llvm-project/clang-tools-extra/clang-tidy/performance/
DNoexceptMoveConstructorCheck.cpp46 if (!isNoexceptExceptionSpec(ProtoType->getExceptionSpecType())) { in check()
/external/llvm-project/clang/lib/CodeGen/
DCGCoroutine.cpp136 if (isNoexceptExceptionSpec(Proto->getExceptionSpecType()) && in memberCallExpressionCanThrow()
DCGException.cpp468 if (isNoexceptExceptionSpec(EST) && Proto->canThrow() == CT_Cannot) { in EmitStartEHSpec()
557 if (isNoexceptExceptionSpec(EST) && Proto->canThrow() == CT_Cannot) { in EmitEndEHSpec()
/external/clang/lib/CodeGen/
DCGException.cpp442 if (isNoexceptExceptionSpec(EST)) { in EmitStartEHSpec()
521 if (isNoexceptExceptionSpec(EST)) { in EmitEndEHSpec()
/external/clang/lib/AST/
DDeclPrinter.cpp543 } else if (FT && isNoexceptExceptionSpec(FT->getExceptionSpecType())) { in VisitFunctionDecl()
DTypePrinter.cpp610 } else if (isNoexceptExceptionSpec(getExceptionSpecType())) { in printExceptionSpecification()
/external/llvm-project/clang/lib/AST/
DDeclPrinter.cpp717 } else if (FT && isNoexceptExceptionSpec(FT->getExceptionSpecType())) { in VisitFunctionDecl()
DTypePrinter.cpp812 } else if (isNoexceptExceptionSpec(getExceptionSpecType())) { in printExceptionSpecification()
/external/clang/include/clang/AST/
DType.h3320 return isNoexceptExceptionSpec(getExceptionSpecType());
/external/llvm-project/clang/include/clang/AST/
DType.h4126 return isNoexceptExceptionSpec(getExceptionSpecType());