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()549 ExceptionSpecificationType OldEST = Old->getExceptionSpecType(); in CheckEquivalentExceptionSpecImpl()550 ExceptionSpecificationType NewEST = New->getExceptionSpecType(); in CheckEquivalentExceptionSpecImpl()787 ExceptionSpecificationType SuperEST = Superset->getExceptionSpecType(); in CheckExceptionSpecSubset()788 ExceptionSpecificationType SubEST = Subset->getExceptionSpecType(); in CheckExceptionSpecSubset()
170 ExceptionSpecificationType in getFunction()
6427 ExceptionSpecificationType EST1 = ESI1.Type; in mergeExceptionSpecs()6428 ExceptionSpecificationType EST2 = ESI2.Type; in mergeExceptionSpecs()
172 ExceptionSpecificationType EST = Proto->getExceptionSpecType(); in CalledDecl()17715 bool IsTopLevel, ExceptionSpecificationType EST, in checkExceptionSpecification()17764 ExceptionSpecificationType EST, in actOnDelayedExceptionSpecification()
4535 ExceptionSpecificationType NewEST = EST_Uninstantiated; in InitFunctionInstantiation()
5923 ExceptionSpecificationType EST = ESI.Type; in TransformExceptionSpec()
224 esi.Type = ExceptionSpecificationType(asImpl().readUInt32()); in readExceptionSpecInfo()
3946 ExceptionSpecificationType Type = EST_None;3964 ExceptionSpecInfo(ExceptionSpecificationType EST) : Type(EST) {}4047 getExceptionSpecSize(ExceptionSpecificationType EST, unsigned NumExceptions) {4081 static bool hasExtraBitfields(ExceptionSpecificationType EST) {4122 ExceptionSpecificationType getExceptionSpecType() const {4123 return static_cast<ExceptionSpecificationType>(
2530 ExceptionSpecificationType getExceptionSpecType() const { in getExceptionSpecType()
1479 ExceptionSpecificationType getExceptionSpecType() const { in getExceptionSpecType()1480 return static_cast<ExceptionSpecificationType>(ExceptionSpecType); in getExceptionSpecType()1633 ExceptionSpecificationType ESpecType,
5788 ExceptionSpecificationType ComputedEST;5805 ExceptionSpecificationType getExceptionSpecType() const { in getExceptionSpecType()5852 ExceptionSpecificationType &EST);5857 ExceptionSpecificationType EST,5872 ExceptionSpecificationType EST,
3672 ExceptionSpecificationType3679 ExceptionSpecificationType Result = EST_None; in tryParseExceptionSpecification()3737 ExceptionSpecificationType NoexceptType = EST_None; in tryParseExceptionSpecification()3802 ExceptionSpecificationType Parser::ParseDynamicExceptionSpecification( in ParseDynamicExceptionSpecification()
470 ExceptionSpecificationType EST in ParseLexedMethodDeclaration()
1344 ExceptionSpecificationType ESpecType = EST_None; in ParseLambdaExpressionAfterIntroducer()
6506 ExceptionSpecificationType ESpecType = EST_None; in ParseFunctionDeclarator()
479 ExceptionSpecificationType EST = Proto->getExceptionSpecType(); in EmitStartEHSpec()582 ExceptionSpecificationType EST = Proto->getExceptionSpecType(); in EmitEndEHSpec()
1927 ExceptionSpecificationType tryParseExceptionSpecification(1936 ExceptionSpecificationType ParseDynamicExceptionSpecification(
736 getExternalExceptionSpecificationKind(ExceptionSpecificationType EST) { in getExternalExceptionSpecificationKind()