Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DExceptionSpecificationType.h24 EST_MSAny, ///< Microsoft throw(...) extension enumerator
36 return ESpecType >= EST_DynamicNone && ESpecType <= EST_MSAny; in isDynamicExceptionSpec()
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXType.cpp744 case EST_MSAny: in getExternalExceptionSpecificationKind()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExceptionSpec.cpp449 case EST_MSAny: in CheckEquivalentExceptionSpec()
H A DSemaExprCXX.cpp6433 if (EST1 == EST_MSAny) return ESI1; in mergeExceptionSpecs()
6434 if (EST2 == EST_MSAny) return ESI2; in mergeExceptionSpecs()
6464 case EST_MSAny: in mergeExceptionSpecs()
H A DSemaDeclCXX.cpp163 if (!Method || ComputedEST == EST_MSAny) in CalledDecl()
188 case EST_MSAny: in CalledDecl()
229 if (!S || ComputedEST == EST_MSAny) in CalledStmt()
17645 case EST_MSAny: in checkThisInStaticMemberFunctionExceptionSpec()
H A DSemaType.cpp7541 case EST_MSAny: in handleFunctionTypeAttr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclPrinter.cpp719 if (FT->getExceptionSpecType() == EST_MSAny) in VisitFunctionDecl()
H A DJSONNodeDumper.cpp534 case EST_MSAny: in VisitFunctionProtoType()
H A DTypePrinter.cpp803 if (getExceptionSpecType() == EST_MSAny) in printExceptionSpecification()
H A DType.cpp3295 case EST_MSAny: in canThrow()
H A DASTContext.cpp4316 case EST_None: case EST_MSAny: case EST_NoexceptFalse: in getFunctionTypeInternal()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseDeclCXX.cpp3825 return EST_MSAny; in ParseDynamicExceptionSpecification()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DType.h4051 case EST_MSAny: