Home
last modified time | relevance | path

Searched refs:ExceptionSpecificationType (Results 1 – 19 of 19) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DExceptionSpecificationType.h20 enum ExceptionSpecificationType { enum
35 inline bool isDynamicExceptionSpec(ExceptionSpecificationType ESpecType) { in isDynamicExceptionSpec()
39 inline bool isComputedNoexcept(ExceptionSpecificationType ESpecType) { in isComputedNoexcept()
44 inline bool isNoexceptExceptionSpec(ExceptionSpecificationType ESpecType) { in isNoexceptExceptionSpec()
49 inline bool isUnresolvedExceptionSpec(ExceptionSpecificationType ESpecType) { in isUnresolvedExceptionSpec()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExceptionSpec.cpp83 ExceptionSpecificationType &EST) { in ActOnNoexceptSpec()
549 ExceptionSpecificationType OldEST = Old->getExceptionSpecType(); in CheckEquivalentExceptionSpecImpl()
550 ExceptionSpecificationType NewEST = New->getExceptionSpecType(); in CheckEquivalentExceptionSpecImpl()
787 ExceptionSpecificationType SuperEST = Superset->getExceptionSpecType(); in CheckExceptionSpecSubset()
788 ExceptionSpecificationType SubEST = Subset->getExceptionSpecType(); in CheckExceptionSpecSubset()
H A DDeclSpec.cpp170 ExceptionSpecificationType in getFunction()
H A DSemaExprCXX.cpp6427 ExceptionSpecificationType EST1 = ESI1.Type; in mergeExceptionSpecs()
6428 ExceptionSpecificationType EST2 = ESI2.Type; in mergeExceptionSpecs()
H A DSemaDeclCXX.cpp172 ExceptionSpecificationType EST = Proto->getExceptionSpecType(); in CalledDecl()
17715 bool IsTopLevel, ExceptionSpecificationType EST, in checkExceptionSpecification()
17764 ExceptionSpecificationType EST, in actOnDelayedExceptionSpecification()
H A DSemaTemplateInstantiateDecl.cpp4535 ExceptionSpecificationType NewEST = EST_Uninstantiated; in InitFunctionInstantiation()
H A DTreeTransform.h5923 ExceptionSpecificationType EST = ESI.Type; in TransformExceptionSpec()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DAbstractBasicReader.h224 esi.Type = ExceptionSpecificationType(asImpl().readUInt32()); in readExceptionSpecInfo()
H A DType.h3946 ExceptionSpecificationType Type = EST_None;
3964 ExceptionSpecInfo(ExceptionSpecificationType EST) : Type(EST) {}
4047 getExceptionSpecSize(ExceptionSpecificationType EST, unsigned NumExceptions) {
4081 static bool hasExtraBitfields(ExceptionSpecificationType EST) {
4122 ExceptionSpecificationType getExceptionSpecType() const {
4123 return static_cast<ExceptionSpecificationType>(
H A DDecl.h2530 ExceptionSpecificationType getExceptionSpecType() const { in getExceptionSpecType()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DDeclSpec.h1479 ExceptionSpecificationType getExceptionSpecType() const { in getExceptionSpecType()
1480 return static_cast<ExceptionSpecificationType>(ExceptionSpecType); in getExceptionSpecType()
1633 ExceptionSpecificationType ESpecType,
H A DSema.h5788 ExceptionSpecificationType ComputedEST;
5805 ExceptionSpecificationType getExceptionSpecType() const { in getExceptionSpecType()
5852 ExceptionSpecificationType &EST);
5857 ExceptionSpecificationType EST,
5872 ExceptionSpecificationType EST,
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseDeclCXX.cpp3672 ExceptionSpecificationType
3679 ExceptionSpecificationType Result = EST_None; in tryParseExceptionSpecification()
3737 ExceptionSpecificationType NoexceptType = EST_None; in tryParseExceptionSpecification()
3802 ExceptionSpecificationType Parser::ParseDynamicExceptionSpecification( in ParseDynamicExceptionSpecification()
H A DParseCXXInlineMethods.cpp470 ExceptionSpecificationType EST in ParseLexedMethodDeclaration()
H A DParseExprCXX.cpp1344 ExceptionSpecificationType ESpecType = EST_None; in ParseLambdaExpressionAfterIntroducer()
H A DParseDecl.cpp6506 ExceptionSpecificationType ESpecType = EST_None; in ParseFunctionDeclarator()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGException.cpp479 ExceptionSpecificationType EST = Proto->getExceptionSpecType(); in EmitStartEHSpec()
582 ExceptionSpecificationType EST = Proto->getExceptionSpecType(); in EmitEndEHSpec()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Parse/
H A DParser.h1927 ExceptionSpecificationType tryParseExceptionSpecification(
1936 ExceptionSpecificationType ParseDynamicExceptionSpecification(
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXType.cpp736 getExternalExceptionSpecificationKind(ExceptionSpecificationType EST) { in getExternalExceptionSpecificationKind()