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()
82 ExceptionSpecificationType &EST) { in ActOnNoexceptSpec()554 ExceptionSpecificationType OldEST = Old->getExceptionSpecType(); in CheckEquivalentExceptionSpecImpl()555 ExceptionSpecificationType NewEST = New->getExceptionSpecType(); in CheckEquivalentExceptionSpecImpl()792 ExceptionSpecificationType SuperEST = Superset->getExceptionSpecType(); in CheckExceptionSpecSubset()793 ExceptionSpecificationType SubEST = Subset->getExceptionSpecType(); in CheckExceptionSpecSubset()
170 ExceptionSpecificationType in getFunction()
6678 ExceptionSpecificationType EST1 = ESI1.Type; in mergeExceptionSpecs()6679 ExceptionSpecificationType EST2 = ESI2.Type; in mergeExceptionSpecs()
173 ExceptionSpecificationType EST = Proto->getExceptionSpecType(); in CalledDecl()18187 bool IsTopLevel, ExceptionSpecificationType EST, in checkExceptionSpecification()18236 ExceptionSpecificationType EST, in actOnDelayedExceptionSpecification()
4671 ExceptionSpecificationType NewEST = EST_Uninstantiated; in InitFunctionInstantiation()
6012 ExceptionSpecificationType EST = ESI.Type; in TransformExceptionSpec()
224 esi.Type = ExceptionSpecificationType(asImpl().readUInt32()); in readExceptionSpecInfo()
4015 ExceptionSpecificationType Type = EST_None;4033 ExceptionSpecInfo(ExceptionSpecificationType EST) : Type(EST) {}4120 getExceptionSpecSize(ExceptionSpecificationType EST, unsigned NumExceptions) {4192 ExceptionSpecificationType getExceptionSpecType() const {4193 return static_cast<ExceptionSpecificationType>(
2592 ExceptionSpecificationType getExceptionSpecType() const { in getExceptionSpecType()
1480 ExceptionSpecificationType getExceptionSpecType() const { in getExceptionSpecType()1481 return static_cast<ExceptionSpecificationType>(ExceptionSpecType); in getExceptionSpecType()1634 ExceptionSpecificationType ESpecType,
6132 ExceptionSpecificationType ComputedEST;6149 ExceptionSpecificationType getExceptionSpecType() const { in getExceptionSpecType()6196 ExceptionSpecificationType &EST);6201 ExceptionSpecificationType EST,6216 ExceptionSpecificationType EST,
3775 ExceptionSpecificationType Parser::tryParseExceptionSpecification( in tryParseExceptionSpecification()3780 ExceptionSpecificationType Result = EST_None; in tryParseExceptionSpecification()3837 ExceptionSpecificationType NoexceptType = EST_None; in tryParseExceptionSpecification()3901 ExceptionSpecificationType Parser::ParseDynamicExceptionSpecification( in ParseDynamicExceptionSpecification()
485 ExceptionSpecificationType EST in ParseLexedMethodDeclaration()
1344 ExceptionSpecificationType ESpecType = EST_None; in ParseLambdaExpressionAfterIntroducer()
6695 ExceptionSpecificationType ESpecType = EST_None; in ParseFunctionDeclarator()
479 ExceptionSpecificationType EST = Proto->getExceptionSpecType(); in EmitStartEHSpec()586 ExceptionSpecificationType EST = Proto->getExceptionSpecType(); in EmitEndEHSpec()
1947 ExceptionSpecificationType tryParseExceptionSpecification(1956 ExceptionSpecificationType ParseDynamicExceptionSpecification(
747 getExternalExceptionSpecificationKind(ExceptionSpecificationType EST) { in getExternalExceptionSpecificationKind()