Searched refs:ExceptionSpecificationType (Results 1 – 13 of 13) sorted by relevance
20 enum ExceptionSpecificationType { enum30 inline bool isDynamicExceptionSpec(ExceptionSpecificationType ESpecType) { in isDynamicExceptionSpec()34 inline bool isNoexceptExceptionSpec(ExceptionSpecificationType ESpecType) { in isNoexceptExceptionSpec()
316 ExceptionSpecificationType OldEST = Old->getExceptionSpecType(); in CheckEquivalentExceptionSpec()317 ExceptionSpecificationType NewEST = New->getExceptionSpecType(); in CheckEquivalentExceptionSpec()485 ExceptionSpecificationType SuperEST = Superset->getExceptionSpecType(); in CheckExceptionSpecSubset()506 ExceptionSpecificationType SubEST = Subset->getExceptionSpecType(); in CheckExceptionSpecSubset()
153 ExceptionSpecificationType in getFunction()
123 ExceptionSpecificationType EST = Proto->getExceptionSpecType(); in CalledDecl()
1179 ExceptionSpecificationType getExceptionSpecType() const { in getExceptionSpecType()1180 return static_cast<ExceptionSpecificationType>(ExceptionSpecType); in getExceptionSpecType()1302 ExceptionSpecificationType ESpecType,
2646 ExceptionSpecificationType ComputedEST;2663 ExceptionSpecificationType getExceptionSpecType() const { in getExceptionSpecType()
2314 ExceptionSpecificationType2319 ExceptionSpecificationType Result = EST_None; in MaybeParseExceptionSpecification()2337 ExceptionSpecificationType NoexceptType = EST_None; in MaybeParseExceptionSpecification()2387 ExceptionSpecificationType Parser::ParseDynamicExceptionSpecification( in ParseDynamicExceptionSpecification()
3688 ExceptionSpecificationType ESpecType = EST_None; in ParseFunctionDeclarator()
458 ExceptionSpecificationType EST = Proto->getExceptionSpecType(); in EmitStartEHSpec()489 ExceptionSpecificationType EST = Proto->getExceptionSpecType(); in EmitEndEHSpec()
1212 ExceptionSpecificationType MaybeParseExceptionSpecification(1219 ExceptionSpecificationType ParseDynamicExceptionSpecification(
2690 ExceptionSpecificationType ExceptionSpecType;2780 ExceptionSpecificationType getExceptionSpecType() const {2781 return static_cast<ExceptionSpecificationType>(ExceptionSpecType);2817 ExceptionSpecificationType EST = getExceptionSpecType();
1568 ExceptionSpecificationType est = getExceptionSpecType(); in getNoexceptSpec()
3344 ExceptionSpecificationType EST = in ReadTypeRecord()3345 static_cast<ExceptionSpecificationType>(Record[Idx++]); in ReadTypeRecord()