Searched refs:ExceptionSpecificationType (Results 1 – 19 of 19) sorted by relevance
20 enum ExceptionSpecificationType { enum35 inline bool isDynamicExceptionSpec(ExceptionSpecificationType ESpecType) { in isDynamicExceptionSpec()39 inline bool isComputedNoexcept(ExceptionSpecificationType ESpecType) { in isComputedNoexcept()44 inline bool isNoexceptExceptionSpec(ExceptionSpecificationType ESpecType) { in isNoexceptExceptionSpec()49 inline bool isUnresolvedExceptionSpec(ExceptionSpecificationType ESpecType) { in isUnresolvedExceptionSpec()
83 ExceptionSpecificationType &EST) { in ActOnNoexceptSpec()555 ExceptionSpecificationType OldEST = Old->getExceptionSpecType(); in CheckEquivalentExceptionSpecImpl()556 ExceptionSpecificationType NewEST = New->getExceptionSpecType(); in CheckEquivalentExceptionSpecImpl()793 ExceptionSpecificationType SuperEST = Superset->getExceptionSpecType(); in CheckExceptionSpecSubset()794 ExceptionSpecificationType SubEST = Subset->getExceptionSpecType(); in CheckExceptionSpecSubset()
171 ExceptionSpecificationType in getFunction()
187 ExceptionSpecificationType EST = Proto->getExceptionSpecType(); in CalledDecl()18398 bool IsTopLevel, ExceptionSpecificationType EST, in checkExceptionSpecification()18447 ExceptionSpecificationType EST, in actOnDelayedExceptionSpecification()
4679 ExceptionSpecificationType NewEST = EST_Uninstantiated; in InitFunctionInstantiation()
6111 ExceptionSpecificationType EST = ESI.Type; in TransformExceptionSpec()
225 esi.Type = ExceptionSpecificationType(asImpl().readUInt32()); in readExceptionSpecInfo()
4080 ExceptionSpecificationType Type = EST_None;4098 ExceptionSpecInfo(ExceptionSpecificationType EST) : Type(EST) {}4185 getExceptionSpecSize(ExceptionSpecificationType EST, unsigned NumExceptions) {4257 ExceptionSpecificationType getExceptionSpecType() const {4258 return static_cast<ExceptionSpecificationType>(
2662 ExceptionSpecificationType getExceptionSpecType() const { in getExceptionSpecType()
1502 ExceptionSpecificationType getExceptionSpecType() const { in getExceptionSpecType()1503 return static_cast<ExceptionSpecificationType>(ExceptionSpecType); in getExceptionSpecType()1656 ExceptionSpecificationType ESpecType,
6287 ExceptionSpecificationType ComputedEST;6304 ExceptionSpecificationType getExceptionSpecType() const { in getExceptionSpecType()6351 ExceptionSpecificationType &EST);6356 ExceptionSpecificationType EST,6371 ExceptionSpecificationType EST,
3867 ExceptionSpecificationType Parser::tryParseExceptionSpecification( in tryParseExceptionSpecification()3872 ExceptionSpecificationType Result = EST_None; in tryParseExceptionSpecification()3929 ExceptionSpecificationType NoexceptType = EST_None; in tryParseExceptionSpecification()3993 ExceptionSpecificationType Parser::ParseDynamicExceptionSpecification( in ParseDynamicExceptionSpecification()
485 ExceptionSpecificationType EST in ParseLexedMethodDeclaration()
1397 ExceptionSpecificationType ESpecType = EST_None; in ParseLambdaExpressionAfterIntroducer()
6849 ExceptionSpecificationType ESpecType = EST_None; in ParseFunctionDeclarator()
479 ExceptionSpecificationType EST = Proto->getExceptionSpecType(); in EmitStartEHSpec()586 ExceptionSpecificationType EST = Proto->getExceptionSpecType(); in EmitEndEHSpec()
1962 ExceptionSpecificationType tryParseExceptionSpecification(1971 ExceptionSpecificationType ParseDynamicExceptionSpecification(
757 getExternalExceptionSpecificationKind(ExceptionSpecificationType EST) { in getExternalExceptionSpecificationKind()
12465 ExceptionSpecificationType EST1 = ESI1.Type, EST2 = ESI2.Type; in mergeExceptionSpecs()