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()
437 ExceptionSpecificationType OldEST = Old->getExceptionSpecType(); in CheckEquivalentExceptionSpec()438 ExceptionSpecificationType NewEST = New->getExceptionSpecType(); in CheckEquivalentExceptionSpec()606 ExceptionSpecificationType SuperEST = Superset->getExceptionSpecType(); in CheckExceptionSpecSubset()627 ExceptionSpecificationType SubEST = Subset->getExceptionSpecType(); in CheckExceptionSpecSubset()
168 ExceptionSpecificationType in getFunction()
163 ExceptionSpecificationType EST = Proto->getExceptionSpecType(); in CalledDecl()13630 bool IsTopLevel, ExceptionSpecificationType EST, in checkExceptionSpecification()13687 ExceptionSpecificationType EST, in actOnDelayedExceptionSpecification()
3282 ExceptionSpecificationType NewEST = EST_Uninstantiated; in InitFunctionInstantiation()
1371 ExceptionSpecificationType getExceptionSpecType() const { in getExceptionSpecType()1372 return static_cast<ExceptionSpecificationType>(ExceptionSpecType); in getExceptionSpecType()1505 ExceptionSpecificationType ESpecType,
4233 ExceptionSpecificationType ComputedEST;4250 ExceptionSpecificationType getExceptionSpecType() const { in getExceptionSpecType()4332 ExceptionSpecificationType EST,4347 ExceptionSpecificationType EST,
3324 ExceptionSpecificationType3331 ExceptionSpecificationType Result = EST_None; in tryParseExceptionSpecification()3388 ExceptionSpecificationType NoexceptType = EST_None; in tryParseExceptionSpecification()3452 ExceptionSpecificationType Parser::ParseDynamicExceptionSpecification( in ParseDynamicExceptionSpecification()
431 ExceptionSpecificationType EST in ParseLexedMethodDeclaration()
1109 ExceptionSpecificationType ESpecType = EST_None; in ParseLambdaExpressionAfterIntroducer()
5488 ExceptionSpecificationType ESpecType = EST_None; in ParseFunctionDeclarator()
441 ExceptionSpecificationType EST = Proto->getExceptionSpecType(); in EmitStartEHSpec()520 ExceptionSpecificationType EST = Proto->getExceptionSpecType(); in EmitEndEHSpec()
3047 ExceptionSpecInfo(ExceptionSpecificationType EST)3052 ExceptionSpecificationType Type;3192 ExceptionSpecificationType getExceptionSpecType() const {3193 return static_cast<ExceptionSpecificationType>(ExceptionSpecType);
1535 ExceptionSpecificationType tryParseExceptionSpecification(1544 ExceptionSpecificationType ParseDynamicExceptionSpecification(
2761 ExceptionSpecificationType est = getExceptionSpecType(); in getNoexceptSpec()2785 ExceptionSpecificationType EST = getExceptionSpecType(); in isNothrow()
5644 ExceptionSpecificationType EST = in readExceptionSpec()5645 static_cast<ExceptionSpecificationType>(Record[Idx++]); in readExceptionSpec()