Searched defs:EST_MSAny (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/Basic/
H A DExceptionSpecificationType.h25 EST_MSAny, ///< Microsoft throw(...) extension enumerator in enum:clang::ExceptionSpecificationType
34 return ESpecType >= EST_DynamicNone && ESpecType <= EST_MSAny;

Completed in 71 milliseconds