Searched refs:EST_BasicNoexcept (Results 1 – 18 of 18) sorted by relevance
26 EST_BasicNoexcept, ///< noexcept enumerator45 return ESpecType == EST_BasicNoexcept || ESpecType == EST_NoThrow || in isNoexceptExceptionSpec()
376 ESI.Type = EST_BasicNoexcept; in CheckEquivalentExceptionSpec() 436 case EST_BasicNoexcept: in CheckEquivalentExceptionSpec()
1688 ConvExtInfo.ExceptionSpec.Type = EST_BasicNoexcept; in addFunctionPointerConversion()
202 EST = EST_BasicNoexcept; in CalledDecl() 225 case EST_BasicNoexcept: in CalledDecl() 232 if (ComputedEST == EST_BasicNoexcept) in CalledDecl() 18914 case EST_BasicNoexcept: in HandleMSProperty() 19026 ESI.Type = EST_BasicNoexcept; in ActOnFinishFunctionDeclarationDeclarator()
4905 EPI.ExceptionSpec.Type != EST_BasicNoexcept && in InstantiateFunctionDefinition()
3203 getLangOpts().CPlusPlus11 ? EST_BasicNoexcept : EST_DynamicNone; in DeclareGlobalAllocationFunction()
8057 case EST_BasicNoexcept: in isPermittedNeonBaseType()
10264 FPT->getExtProtoInfo().withExceptionSpec(EST_BasicNoexcept))); in ActOnFunctionDeclarator()
4248 return EST_BasicNoexcept; in ParseDynamicExceptionSpecification() 4304 NoexceptType = EST_BasicNoexcept; in ParseTrailingReturnType() 4308 NoexceptType = EST_BasicNoexcept; in ParseTrailingReturnType()
782 case EST_BasicNoexcept: in clang_getExceptionSpecificationType()
166 case ExceptionSpecificationType::EST_BasicNoexcept: in getExceptionSpecificationString()
765 FunctionProtoType::ExceptionSpecInfo(EST_BasicNoexcept)); in EmitComplexBinOpLibCall()
649 case EST_BasicNoexcept: in VisitFunctionProtoType()
4852 if (ESI.Type == EST_BasicNoexcept) in getEnumType() 4971 case EST_BasicNoexcept: in getSubstTemplateTypeParmPackType() 4974 CanonicalEPI.ExceptionSpec.Type = EST_BasicNoexcept; in getSubstTemplateTypeParmPackType() 12508 getLangOpts().CPlusPlus11 ? EST_BasicNoexcept : EST_DynamicNone;13538 {EST_NoThrow, EST_DynamicNone, EST_BasicNoexcept, EST_NoexceptTrue}) { in getCorrespondingUnsaturatedType() 13562 case EST_BasicNoexcept:
2026 case EST_BasicNoexcept: in VisitDeducedTemplateSpecializationType()
3763 case EST_BasicNoexcept: in hasInstantiationDependentExceptionSpec()
5313 case EST_BasicNoexcept:
5018 : Self(&Self), ComputedEST(EST_BasicNoexcept) {