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.cpp455 case EST_MSAny: in CheckEquivalentExceptionSpec()
H A DSemaDeclCXX.cpp186 if (!Method || ComputedEST == EST_MSAny) in CalledDecl()
211 case EST_MSAny: in CalledDecl()
252 if (!S || ComputedEST == EST_MSAny) in CalledStmt()
19302 case EST_MSAny: in checkThisInStaticMemberFunctionExceptionSpec()
H A DSemaType.cpp8050 case EST_MSAny: in handleFunctionTypeAttr()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclPrinter.cpp805 if (FT->getExceptionSpecType() == EST_MSAny) in VisitFunctionDecl()
H A DJSONNodeDumper.cpp644 case EST_MSAny: in VisitFunctionProtoType()
H A DTypePrinter.cpp891 if (getExceptionSpecType() == EST_MSAny) in printExceptionSpecification()
H A DTextNodeDumper.cpp2063 case EST_MSAny: in VisitFunctionProtoType()
H A DType.cpp3872 case EST_MSAny: in canThrow()
H A DASTContext.cpp5076 case EST_None: case EST_MSAny: case EST_NoexceptFalse: in getFunctionTypeInternal()
13901 for (auto I : {EST_None, EST_MSAny, EST_NoexceptFalse}) { in mergeExceptionSpecs()
13933 case EST_MSAny: in mergeExceptionSpecs()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp4134 return EST_MSAny; in ParseDynamicExceptionSpecification()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DType.h5385 case EST_MSAny: