| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | ExceptionSpecificationType.h | 20 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() 53 inline bool isExplicitThrowExceptionSpec(ExceptionSpecificationType ESpecType) { in isExplicitThrowExceptionSpec()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/ExtractAPI/ |
| H A D | DeclarationFragments.cpp | 129 ExceptionSpecificationType ExceptionSpec) { in getExceptionSpecificationString() 132 case ExceptionSpecificationType::EST_None: in getExceptionSpecificationString() 134 case ExceptionSpecificationType::EST_DynamicNone: in getExceptionSpecificationString() 139 case ExceptionSpecificationType::EST_Dynamic: in getExceptionSpecificationString() 142 case ExceptionSpecificationType::EST_BasicNoexcept: in getExceptionSpecificationString() 145 case ExceptionSpecificationType::EST_DependentNoexcept: in getExceptionSpecificationString() 148 case ExceptionSpecificationType::EST_NoexceptFalse: in getExceptionSpecificationString() 154 case ExceptionSpecificationType::EST_NoexceptTrue: in getExceptionSpecificationString()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaExceptionSpec.cpp | 83 ExceptionSpecificationType &EST) { in ActOnNoexceptSpec() 561 ExceptionSpecificationType OldEST = Old->getExceptionSpecType(); in CheckEquivalentExceptionSpecImpl() 562 ExceptionSpecificationType NewEST = New->getExceptionSpecType(); in CheckEquivalentExceptionSpecImpl() 797 ExceptionSpecificationType SuperEST = Superset->getExceptionSpecType(); in CheckExceptionSpecSubset() 798 ExceptionSpecificationType SubEST = Subset->getExceptionSpecType(); in CheckExceptionSpecSubset()
|
| H A D | DeclSpec.cpp | 171 ExceptionSpecificationType in getFunction()
|
| H A D | SemaDeclCXX.cpp | 194 ExceptionSpecificationType EST = Proto->getExceptionSpecType(); in CalledDecl() 19096 bool IsTopLevel, ExceptionSpecificationType EST, in checkExceptionSpecification() 19145 ExceptionSpecificationType EST, in actOnDelayedExceptionSpecification()
|
| H A D | SemaTemplateInstantiateDecl.cpp | 4772 ExceptionSpecificationType NewEST = EST_Uninstantiated; in InitFunctionInstantiation()
|
| H A D | TreeTransform.h | 6215 ExceptionSpecificationType EST = ESI.Type; in TransformExceptionSpec()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | AbstractBasicReader.h | 225 esi.Type = ExceptionSpecificationType(asImpl().readUInt32()); in readExceptionSpecInfo()
|
| H A D | Type.h | 1746 LLVM_PREFERRED_TYPE(ExceptionSpecificationType) 4248 ExceptionSpecificationType Type = EST_None; 4266 ExceptionSpecInfo(ExceptionSpecificationType EST) : Type(EST) {} 4375 getExceptionSpecSize(ExceptionSpecificationType EST, unsigned NumExceptions) { 4454 ExceptionSpecificationType getExceptionSpecType() const { 4455 return static_cast<ExceptionSpecificationType>(
|
| H A D | Decl.h | 2738 ExceptionSpecificationType getExceptionSpecType() const { in getExceptionSpecType()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/ExtractAPI/ |
| H A D | DeclarationFragments.h | 192 getExceptionSpecificationString(ExceptionSpecificationType ExceptionSpec);
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | DeclSpec.h | 1518 ExceptionSpecificationType getExceptionSpecType() const { in getExceptionSpecType() 1519 return static_cast<ExceptionSpecificationType>(ExceptionSpecType); in getExceptionSpecType() 1672 ExceptionSpecificationType ESpecType,
|
| H A D | Sema.h | 6434 ExceptionSpecificationType ComputedEST; 6451 ExceptionSpecificationType getExceptionSpecType() const { in getExceptionSpecType() 6498 ExceptionSpecificationType &EST); 6503 ExceptionSpecificationType EST, 6518 ExceptionSpecificationType EST,
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseDeclCXX.cpp | 3927 ExceptionSpecificationType Parser::tryParseExceptionSpecification( in tryParseExceptionSpecification() 3932 ExceptionSpecificationType Result = EST_None; in tryParseExceptionSpecification() 3989 ExceptionSpecificationType NoexceptType = EST_None; in tryParseExceptionSpecification() 4057 ExceptionSpecificationType Parser::ParseDynamicExceptionSpecification( in ParseDynamicExceptionSpecification()
|
| H A D | ParseCXXInlineMethods.cpp | 488 ExceptionSpecificationType EST in ParseLexedMethodDeclaration()
|
| H A D | ParseExprCXX.cpp | 1445 ExceptionSpecificationType ESpecType = EST_None; in ParseLambdaExpressionAfterIntroducer()
|
| H A D | ParseDecl.cpp | 7081 ExceptionSpecificationType ESpecType = EST_None; in ParseFunctionDeclarator()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGException.cpp | 490 ExceptionSpecificationType EST = Proto->getExceptionSpecType(); in EmitStartEHSpec() 597 ExceptionSpecificationType EST = Proto->getExceptionSpecType(); in EmitEndEHSpec()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Parse/ |
| H A D | Parser.h | 1987 ExceptionSpecificationType tryParseExceptionSpecification( 1996 ExceptionSpecificationType ParseDynamicExceptionSpecification(
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTContext.cpp | 12607 ExceptionSpecificationType EST1 = ESI1.Type, EST2 = ESI2.Type; in mergeExceptionSpecs()
|