Home
last modified time | relevance | path

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

/freebsd-14.2/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-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExceptionSpec.cpp461 case EST_MSAny: in CheckEquivalentExceptionSpec()
H A DSemaDeclCXX.cpp185 if (!Method || ComputedEST == EST_MSAny) in CalledDecl()
210 case EST_MSAny: in CalledDecl()
251 if (!S || ComputedEST == EST_MSAny) in CalledStmt()
19026 case EST_MSAny: in checkThisInStaticMemberFunctionExceptionSpec()
H A DSemaType.cpp8196 case EST_MSAny: in handleFunctionTypeAttr()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DDeclPrinter.cpp826 if (FT->getExceptionSpecType() == EST_MSAny) in VisitFunctionDecl()
H A DJSONNodeDumper.cpp612 case EST_MSAny: in VisitFunctionProtoType()
H A DTypePrinter.cpp849 if (getExceptionSpecType() == EST_MSAny) in printExceptionSpecification()
H A DTextNodeDumper.cpp1676 case EST_MSAny: in VisitFunctionProtoType()
H A DASTContext.cpp4439 case EST_None: case EST_MSAny: case EST_NoexceptFalse: in getFunctionTypeInternal()
12610 for (auto I : {EST_None, EST_MSAny, EST_NoexceptFalse}) { in mergeExceptionSpecs()
12642 case EST_MSAny: in mergeExceptionSpecs()
H A DType.cpp3619 case EST_MSAny: in canThrow()
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp4079 return EST_MSAny; in ParseDynamicExceptionSpecification()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DType.h4379 case EST_MSAny: