Searched refs:ExceptionSpecificationType (Results 1 – 18 of 18) 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()
6475 ExceptionSpecificationType EST1 = ESI1.Type; in mergeExceptionSpecs()6476 ExceptionSpecificationType EST2 = ESI2.Type; in mergeExceptionSpecs()
172 ExceptionSpecificationType EST = Proto->getExceptionSpecType(); in CalledDecl()17920 bool IsTopLevel, ExceptionSpecificationType EST, in checkExceptionSpecification()17969 ExceptionSpecificationType EST, in actOnDelayedExceptionSpecification()
4659 ExceptionSpecificationType NewEST = EST_Uninstantiated; in InitFunctionInstantiation()
5946 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>(
2556 ExceptionSpecificationType getExceptionSpecType() const { in getExceptionSpecType()
1479 ExceptionSpecificationType getExceptionSpecType() const { in getExceptionSpecType()1480 return static_cast<ExceptionSpecificationType>(ExceptionSpecType); in getExceptionSpecType()1633 ExceptionSpecificationType ESpecType,
5849 ExceptionSpecificationType ComputedEST;5866 ExceptionSpecificationType getExceptionSpecType() const { in getExceptionSpecType()5913 ExceptionSpecificationType &EST);5918 ExceptionSpecificationType EST,5933 ExceptionSpecificationType EST,
3763 ExceptionSpecificationType3770 ExceptionSpecificationType Result = EST_None; in tryParseExceptionSpecification()3828 ExceptionSpecificationType NoexceptType = EST_None; in tryParseExceptionSpecification()3893 ExceptionSpecificationType Parser::ParseDynamicExceptionSpecification( in ParseDynamicExceptionSpecification()
470 ExceptionSpecificationType EST in ParseLexedMethodDeclaration()
1344 ExceptionSpecificationType ESpecType = EST_None; in ParseLambdaExpressionAfterIntroducer()
6523 ExceptionSpecificationType ESpecType = EST_None; in ParseFunctionDeclarator()
479 ExceptionSpecificationType EST = Proto->getExceptionSpecType(); in EmitStartEHSpec()582 ExceptionSpecificationType EST = Proto->getExceptionSpecType(); in EmitEndEHSpec()
1929 ExceptionSpecificationType tryParseExceptionSpecification(1938 ExceptionSpecificationType ParseDynamicExceptionSpecification(