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()
443 ExceptionSpecificationType OldEST = Old->getExceptionSpecType(); in CheckEquivalentExceptionSpec()444 ExceptionSpecificationType NewEST = New->getExceptionSpecType(); in CheckEquivalentExceptionSpec()612 ExceptionSpecificationType SuperEST = Superset->getExceptionSpecType(); in CheckExceptionSpecSubset()633 ExceptionSpecificationType SubEST = Subset->getExceptionSpecType(); in CheckExceptionSpecSubset()
168 ExceptionSpecificationType in getFunction()
163 ExceptionSpecificationType EST = Proto->getExceptionSpecType(); in CalledDecl()13852 bool IsTopLevel, ExceptionSpecificationType EST, in checkExceptionSpecification()13909 ExceptionSpecificationType EST, in actOnDelayedExceptionSpecification()
3439 ExceptionSpecificationType NewEST = EST_Uninstantiated; in InitFunctionInstantiation()
1394 ExceptionSpecificationType getExceptionSpecType() const { in getExceptionSpecType()1395 return static_cast<ExceptionSpecificationType>(ExceptionSpecType); in getExceptionSpecType()1539 ExceptionSpecificationType ESpecType,
4346 ExceptionSpecificationType ComputedEST;4363 ExceptionSpecificationType getExceptionSpecType() const { in getExceptionSpecType()4446 ExceptionSpecificationType EST,4461 ExceptionSpecificationType EST,
3347 ExceptionSpecificationType3354 ExceptionSpecificationType Result = EST_None; in tryParseExceptionSpecification()3412 ExceptionSpecificationType NoexceptType = EST_None; in tryParseExceptionSpecification()3477 ExceptionSpecificationType Parser::ParseDynamicExceptionSpecification( in ParseDynamicExceptionSpecification()
438 ExceptionSpecificationType EST in ParseLexedMethodDeclaration()
1175 ExceptionSpecificationType ESpecType = EST_None; in ParseLambdaExpressionAfterIntroducer()
5593 ExceptionSpecificationType ESpecType = EST_None; in ParseFunctionDeclarator()
441 ExceptionSpecificationType EST = Proto->getExceptionSpecType(); in EmitStartEHSpec()520 ExceptionSpecificationType EST = Proto->getExceptionSpecType(); in EmitEndEHSpec()
3151 ExceptionSpecInfo(ExceptionSpecificationType EST)3156 ExceptionSpecificationType Type;3307 ExceptionSpecificationType getExceptionSpecType() const {3308 return static_cast<ExceptionSpecificationType>(ExceptionSpecType);
1557 ExceptionSpecificationType tryParseExceptionSpecification(1566 ExceptionSpecificationType ParseDynamicExceptionSpecification(
2753 ExceptionSpecificationType est = getExceptionSpecType(); in getNoexceptSpec()2777 ExceptionSpecificationType EST = getExceptionSpecType(); in isNothrow()
5686 ExceptionSpecificationType EST = in readExceptionSpec()5687 static_cast<ExceptionSpecificationType>(Record[Idx++]); in readExceptionSpec()