Searched refs:EST_MSAny (Results 1 – 13 of 13) sorted by relevance
24 EST_MSAny, ///< Microsoft throw(...) extension enumerator36 return ESpecType >= EST_DynamicNone && ESpecType <= EST_MSAny; in isDynamicExceptionSpec()
744 case EST_MSAny: in getExternalExceptionSpecificationKind()
449 case EST_MSAny: in CheckEquivalentExceptionSpec()
6433 if (EST1 == EST_MSAny) return ESI1; in mergeExceptionSpecs()6434 if (EST2 == EST_MSAny) return ESI2; in mergeExceptionSpecs()6464 case EST_MSAny: in mergeExceptionSpecs()
163 if (!Method || ComputedEST == EST_MSAny) in CalledDecl()188 case EST_MSAny: in CalledDecl()229 if (!S || ComputedEST == EST_MSAny) in CalledStmt()17645 case EST_MSAny: in checkThisInStaticMemberFunctionExceptionSpec()
7541 case EST_MSAny: in handleFunctionTypeAttr()
719 if (FT->getExceptionSpecType() == EST_MSAny) in VisitFunctionDecl()
534 case EST_MSAny: in VisitFunctionProtoType()
803 if (getExceptionSpecType() == EST_MSAny) in printExceptionSpecification()
3295 case EST_MSAny: in canThrow()
4316 case EST_None: case EST_MSAny: case EST_NoexceptFalse: in getFunctionTypeInternal()
3825 return EST_MSAny; in ParseDynamicExceptionSpecification()
4051 case EST_MSAny: