Searched refs:EST_BasicNoexcept (Results 1 – 17 of 17) sorted by relevance
26 EST_BasicNoexcept, ///< noexcept enumerator45 return ESpecType == EST_BasicNoexcept || ESpecType == EST_NoThrow || in isNoexceptExceptionSpec()
377 ESI.Type = EST_BasicNoexcept; in CheckEquivalentExceptionSpec() 437 case EST_BasicNoexcept: in CheckEquivalentExceptionSpec()
1678 ConvExtInfo.ExceptionSpec.Type = EST_BasicNoexcept; in addFunctionPointerConversion()
205 EST = EST_BasicNoexcept; in CalledDecl() 228 case EST_BasicNoexcept: in CalledDecl() 235 if (ComputedEST == EST_BasicNoexcept) in CalledDecl() 18784 case EST_BasicNoexcept: in MarkVirtualMembersReferenced() 18896 ESI.Type = EST_BasicNoexcept; in DelegatingCycleHelper()
4778 EPI.ExceptionSpec.Type != EST_BasicNoexcept && in InitFunctionInstantiation()
3187 getLangOpts().CPlusPlus11 ? EST_BasicNoexcept : EST_DynamicNone; in DeclareGlobalAllocationFunction()
7874 case EST_BasicNoexcept: in getCCTypeAttr()
10113 FPT->getExtProtoInfo().withExceptionSpec(EST_BasicNoexcept))); in ActOnFunctionDeclarator()
4137 return EST_BasicNoexcept; in ParseTrailingRequiresClause() 4193 NoexceptType = EST_BasicNoexcept;4197 NoexceptType = EST_BasicNoexcept; in DeallocateParsedClasses()
166 case ExceptionSpecificationType::EST_BasicNoexcept:
4754 if (ESI.Type == EST_BasicNoexcept) in getAttributedType() 4873 case EST_BasicNoexcept: in getTemplateTypeParmType() 4876 CanonicalEPI.ExceptionSpec.Type = EST_BasicNoexcept; in getTemplateTypeParmType() 12083 getLangOpts().CPlusPlus11 ? EST_BasicNoexcept : EST_DynamicNone; in getSideTableAllocatedMemory() 13111 {EST_NoThrow, EST_DynamicNone, EST_BasicNoexcept, EST_NoexceptTrue}) { in getCommonSugarTypeNode() 13135 case EST_BasicNoexcept: in getCommonSugarTypeNode()
649 case EST_BasicNoexcept: in VisitArrayType()
1917 case EST_BasicNoexcept: in VisitFunctionDecl()
3713 case EST_BasicNoexcept: in TypedefType()
781 FunctionProtoType::ExceptionSpecInfo(EST_BasicNoexcept)); in EmitBinMul()
5178 case EST_BasicNoexcept:
5010 : Self(&Self), ComputedEST(EST_BasicNoexcept) {