Searched refs:EST_MSAny (Results 1 – 12 of 12) sorted by relevance
24 EST_MSAny, ///< Microsoft throw(...) extension enumerator36 return ESpecType >= EST_DynamicNone && ESpecType <= EST_MSAny; in isDynamicExceptionSpec()
449 case EST_MSAny: in CheckEquivalentExceptionSpec()
6481 if (EST1 == EST_MSAny) return ESI1; in mergeExceptionSpecs()6482 if (EST2 == EST_MSAny) return ESI2; in mergeExceptionSpecs()6512 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()17850 case EST_MSAny: in checkThisInStaticMemberFunctionExceptionSpec()
7576 case EST_MSAny: in handleFunctionTypeAttr()
720 if (FT->getExceptionSpecType() == EST_MSAny) in VisitFunctionDecl()
565 case EST_MSAny: in VisitFunctionProtoType()
803 if (getExceptionSpecType() == EST_MSAny) in printExceptionSpecification()
3299 case EST_MSAny: in canThrow()
4331 case EST_None: case EST_MSAny: case EST_NoexceptFalse: in getFunctionTypeInternal()
3916 return EST_MSAny; in ParseDynamicExceptionSpecification()
4051 case EST_MSAny: