Home
last modified time | relevance | path

Searched refs:EST_NoThrow (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DExceptionSpecificationType.h25 EST_NoThrow, ///< Microsoft __declspec(nothrow) extension enumerator
45 return ESpecType == EST_BasicNoexcept || ESpecType == EST_NoThrow || in isNoexceptExceptionSpec()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExceptionSpec.cpp400 } else if (ESI.Type == EST_NoThrow) { in CheckEquivalentExceptionSpec()
445 case EST_NoThrow: in CheckEquivalentExceptionSpec()
813 SuperCanThrow == CT_Cannot && SuperEST == EST_NoThrow) { in CheckExceptionSpecSubset()
H A DSemaExprCXX.cpp6439 if (EST1 == EST_NoThrow) return ESI2; in mergeExceptionSpecs()
6440 if (EST2 == EST_NoThrow) return ESI1; in mergeExceptionSpecs()
6469 case EST_NoThrow: in mergeExceptionSpecs()
H A DSemaType.cpp7530 case EST_NoThrow: in handleFunctionTypeAttr()
7553 FunctionProtoType::ExceptionSpecInfo{EST_NoThrow}) in handleFunctionTypeAttr()
H A DSemaDeclCXX.cpp204 case EST_NoThrow: in CalledDecl()
17643 case EST_NoThrow: in checkThisInStaticMemberFunctionExceptionSpec()
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXType.cpp748 case EST_NoThrow: in getExternalExceptionSpecificationKind()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DJSONNodeDumper.cpp549 case EST_NoThrow: in VisitFunctionProtoType()
H A DTypePrinter.cpp813 } else if (EST_NoThrow == getExceptionSpecType()) { in printExceptionSpecification()
H A DType.cpp3291 case EST_NoThrow: in canThrow()
H A DASTContext.cpp4341 case EST_NoThrow: in getFunctionTypeInternal()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DType.h4054 case EST_NoThrow: