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()
755 case EST_MSAny: in getExternalExceptionSpecificationKind()
454 case EST_MSAny: in CheckEquivalentExceptionSpec()
6684 if (EST1 == EST_MSAny) return ESI1; in mergeExceptionSpecs()6685 if (EST2 == EST_MSAny) return ESI2; in mergeExceptionSpecs()6715 case EST_MSAny: in mergeExceptionSpecs()
164 if (!Method || ComputedEST == EST_MSAny) in CalledDecl()189 case EST_MSAny: in CalledDecl()230 if (!S || ComputedEST == EST_MSAny) in CalledStmt()18117 case EST_MSAny: in checkThisInStaticMemberFunctionExceptionSpec()
7729 case EST_MSAny: in handleFunctionTypeAttr()
720 if (FT->getExceptionSpecType() == EST_MSAny) in VisitFunctionDecl()
565 case EST_MSAny: in VisitFunctionProtoType()
822 if (getExceptionSpecType() == EST_MSAny) in printExceptionSpecification()
3350 case EST_MSAny: in canThrow()
4424 case EST_None: case EST_MSAny: case EST_NoexceptFalse: in getFunctionTypeInternal()
3923 return EST_MSAny; in ParseDynamicExceptionSpecification()
4124 case EST_MSAny: