Home
last modified time | relevance | path

Searched refs:EST_MSAny (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DExceptionSpecificationType.h24 EST_MSAny, ///< Microsoft throw(...) extension enumerator
36 return ESpecType >= EST_DynamicNone && ESpecType <= EST_MSAny; in isDynamicExceptionSpec()
54 return ESpecType == EST_Dynamic || ESpecType == EST_MSAny || in isExplicitThrowExceptionSpec()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExceptionSpec.cpp453 case EST_MSAny: in CheckEquivalentExceptionSpec()
H A DSemaDeclCXX.cpp189 if (!Method || ComputedEST == EST_MSAny) in CalledDecl()
214 case EST_MSAny: in CalledDecl()
255 if (!S || ComputedEST == EST_MSAny) in CalledStmt()
18787 case EST_MSAny: in checkThisInStaticMemberFunctionExceptionSpec()
H A DSemaType.cpp7887 case EST_MSAny: in handleFunctionTypeAttr()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclPrinter.cpp776 if (FT->getExceptionSpecType() == EST_MSAny) in VisitFunctionDecl()
H A DJSONNodeDumper.cpp645 case EST_MSAny: in VisitFunctionProtoType()
H A DTextNodeDumper.cpp1911 case EST_MSAny: in VisitFunctionProtoType()
H A DTypePrinter.cpp884 if (getExceptionSpecType() == EST_MSAny) in printExceptionSpecification()
H A DASTContext.cpp4850 case EST_None: case EST_MSAny: case EST_NoexceptFalse: in getFunctionTypeInternal()
13102 for (auto I : {EST_None, EST_MSAny, EST_NoexceptFalse}) { in mergeExceptionSpecs()
13134 case EST_MSAny: in mergeExceptionSpecs()
H A DType.cpp3719 case EST_MSAny: in canThrow()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp4265 return EST_MSAny; in ParseDynamicExceptionSpecification()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DType.h5177 case EST_MSAny: