Searched refs:ExceptionSpecificationType (Results 1 – 16 of 16) sorted by relevance
21 enum ExceptionSpecificationType { enum33 inline bool isDynamicExceptionSpec(ExceptionSpecificationType ESpecType) { in isDynamicExceptionSpec()37 inline bool isNoexceptExceptionSpec(ExceptionSpecificationType ESpecType) { in isNoexceptExceptionSpec()41 inline bool isUnresolvedExceptionSpec(ExceptionSpecificationType ESpecType) { in isUnresolvedExceptionSpec()
412 ExceptionSpecificationType OldEST = Old->getExceptionSpecType(); in CheckEquivalentExceptionSpec()413 ExceptionSpecificationType NewEST = New->getExceptionSpecType(); in CheckEquivalentExceptionSpec()581 ExceptionSpecificationType SuperEST = Superset->getExceptionSpecType(); in CheckExceptionSpecSubset()602 ExceptionSpecificationType SubEST = Subset->getExceptionSpecType(); in CheckExceptionSpecSubset()
178 ExceptionSpecificationType in getFunction()
163 ExceptionSpecificationType EST = Proto->getExceptionSpecType(); in CalledDecl()13455 bool IsTopLevel, ExceptionSpecificationType EST, in checkExceptionSpecification()13512 ExceptionSpecificationType EST, in actOnDelayedExceptionSpecification()
3211 ExceptionSpecificationType NewEST = EST_Uninstantiated; in InitFunctionInstantiation()
1341 ExceptionSpecificationType getExceptionSpecType() const { in getExceptionSpecType()1342 return static_cast<ExceptionSpecificationType>(ExceptionSpecType); in getExceptionSpecType()1473 ExceptionSpecificationType ESpecType,
4039 ExceptionSpecificationType ComputedEST;4056 ExceptionSpecificationType getExceptionSpecType() const { in getExceptionSpecType()4138 ExceptionSpecificationType EST,4153 ExceptionSpecificationType EST,
505 ExceptionSpecificationType EST = Proto->getExceptionSpecType(); in EmitStartEHSpec()579 ExceptionSpecificationType EST = Proto->getExceptionSpecType(); in EmitEndEHSpec()
3114 ExceptionSpecificationType3121 ExceptionSpecificationType Result = EST_None; in tryParseExceptionSpecification()3178 ExceptionSpecificationType NoexceptType = EST_None; in tryParseExceptionSpecification()3239 ExceptionSpecificationType Parser::ParseDynamicExceptionSpecification( in ParseDynamicExceptionSpecification()
423 ExceptionSpecificationType EST in ParseLexedMethodDeclaration()
1099 ExceptionSpecificationType ESpecType = EST_None; in ParseLambdaExpressionAfterIntroducer()
5268 ExceptionSpecificationType ESpecType = EST_None; in ParseFunctionDeclarator()
2894 ExceptionSpecInfo(ExceptionSpecificationType EST)2899 ExceptionSpecificationType Type;3037 ExceptionSpecificationType getExceptionSpecType() const {3038 return static_cast<ExceptionSpecificationType>(ExceptionSpecType);
1466 ExceptionSpecificationType tryParseExceptionSpecification(1475 ExceptionSpecificationType ParseDynamicExceptionSpecification(
1694 ExceptionSpecificationType est = getExceptionSpecType(); in getNoexceptSpec()1718 ExceptionSpecificationType EST = getExceptionSpecType(); in isNothrow()
5632 ExceptionSpecificationType EST = in readExceptionSpec()5633 static_cast<ExceptionSpecificationType>(Record[Idx++]); in readExceptionSpec()