Searched refs:ExceptionSpecificationType (Results 1 – 17 of 17) sorted by relevance
21 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()48 inline bool isUnresolvedExceptionSpec(ExceptionSpecificationType ESpecType) { in isUnresolvedExceptionSpec()
81 ExceptionSpecificationType &EST) { in ActOnNoexceptSpec()523 ExceptionSpecificationType OldEST = Old->getExceptionSpecType(); in CheckEquivalentExceptionSpecImpl()524 ExceptionSpecificationType NewEST = New->getExceptionSpecType(); in CheckEquivalentExceptionSpecImpl()760 ExceptionSpecificationType SuperEST = Superset->getExceptionSpecType(); in CheckExceptionSpecSubset()761 ExceptionSpecificationType SubEST = Subset->getExceptionSpecType(); in CheckExceptionSpecSubset()
162 ExceptionSpecificationType in getFunction()
6010 ExceptionSpecificationType EST1 = ESI1.Type; in mergeExceptionSpecs()6011 ExceptionSpecificationType EST2 = ESI2.Type; in mergeExceptionSpecs()
164 ExceptionSpecificationType EST = Proto->getExceptionSpecType(); in CalledDecl()15460 bool IsTopLevel, ExceptionSpecificationType EST, in checkExceptionSpecification()15509 ExceptionSpecificationType EST, in actOnDelayedExceptionSpecification()
3760 ExceptionSpecificationType NewEST = EST_Uninstantiated; in InitFunctionInstantiation()
5372 ExceptionSpecificationType EST = ESI.Type; in TransformExceptionSpec()
1458 ExceptionSpecificationType getExceptionSpecType() const { in getExceptionSpecType()1459 return static_cast<ExceptionSpecificationType>(ExceptionSpecType); in getExceptionSpecType()1600 ExceptionSpecificationType ESpecType,
4758 ExceptionSpecificationType ComputedEST;4775 ExceptionSpecificationType getExceptionSpecType() const { in getExceptionSpecType()4858 ExceptionSpecificationType &EST);4863 ExceptionSpecificationType EST,4878 ExceptionSpecificationType EST,
3743 ExceptionSpecificationType Type = EST_None;3761 ExceptionSpecInfo(ExceptionSpecificationType EST) : Type(EST) {}3839 getExceptionSpecSize(ExceptionSpecificationType EST, unsigned NumExceptions) {3872 static bool hasExtraBitfields(ExceptionSpecificationType EST) {3922 ExceptionSpecificationType getExceptionSpecType() const {3923 return static_cast<ExceptionSpecificationType>(
3529 ExceptionSpecificationType3536 ExceptionSpecificationType Result = EST_None; in tryParseExceptionSpecification()3594 ExceptionSpecificationType NoexceptType = EST_None; in tryParseExceptionSpecification()3659 ExceptionSpecificationType Parser::ParseDynamicExceptionSpecification( in ParseDynamicExceptionSpecification()
429 ExceptionSpecificationType EST in ParseLexedMethodDeclaration()
1169 ExceptionSpecificationType ESpecType = EST_None; in ParseLambdaExpressionAfterIntroducer()
6075 ExceptionSpecificationType ESpecType = EST_None; in ParseFunctionDeclarator()
464 ExceptionSpecificationType EST = Proto->getExceptionSpecType(); in EmitStartEHSpec()541 ExceptionSpecificationType EST = Proto->getExceptionSpecType(); in EmitEndEHSpec()
1753 ExceptionSpecificationType tryParseExceptionSpecification(1762 ExceptionSpecificationType ParseDynamicExceptionSpecification(
6413 ExceptionSpecificationType EST = in readExceptionSpec()6414 static_cast<ExceptionSpecificationType>(Record[Idx++]); in readExceptionSpec()