Searched refs:ESpecType (Results 1 – 4 of 4) sorted by relevance
30 inline bool isDynamicExceptionSpec(ExceptionSpecificationType ESpecType) { in isDynamicExceptionSpec() argument31 return ESpecType >= EST_DynamicNone && ESpecType <= EST_MSAny; in isDynamicExceptionSpec()34 inline bool isNoexceptExceptionSpec(ExceptionSpecificationType ESpecType) { in isNoexceptExceptionSpec() argument35 return ESpecType == EST_BasicNoexcept || ESpecType == EST_ComputedNoexcept; in isNoexceptExceptionSpec()
154 ESpecType, in getFunction() argument179 I.Fun.ExceptionSpecType = ESpecType; in getFunction()205 switch (ESpecType) { in getFunction()
3688 ExceptionSpecificationType ESpecType = EST_None; in ParseFunctionDeclarator() local3739 ESpecType = MaybeParseExceptionSpecification(ESpecRange, in ParseFunctionDeclarator()3743 if (ESpecType != EST_None) in ParseFunctionDeclarator()3765 ESpecType, ESpecRange.getBegin(), in ParseFunctionDeclarator()
1302 ExceptionSpecificationType ESpecType,