Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExceptionSpec.cpp82 ExceptionSpecificationType &EST) { in ActOnNoexceptSpec()
554 ExceptionSpecificationType OldEST = Old->getExceptionSpecType(); in CheckEquivalentExceptionSpecImpl()
555 ExceptionSpecificationType NewEST = New->getExceptionSpecType(); in CheckEquivalentExceptionSpecImpl()
792 ExceptionSpecificationType SuperEST = Superset->getExceptionSpecType(); in CheckExceptionSpecSubset()
793 ExceptionSpecificationType SubEST = Subset->getExceptionSpecType(); in CheckExceptionSpecSubset()
H A DDeclSpec.cpp170 ExceptionSpecificationType in getFunction()
H A DSemaExprCXX.cpp6678 ExceptionSpecificationType EST1 = ESI1.Type; in mergeExceptionSpecs()
6679 ExceptionSpecificationType EST2 = ESI2.Type; in mergeExceptionSpecs()
H A DSemaDeclCXX.cpp173 ExceptionSpecificationType EST = Proto->getExceptionSpecType(); in CalledDecl()
18187 bool IsTopLevel, ExceptionSpecificationType EST, in checkExceptionSpecification()
18236 ExceptionSpecificationType EST, in actOnDelayedExceptionSpecification()
H A DSemaTemplateInstantiateDecl.cpp4671 ExceptionSpecificationType NewEST = EST_Uninstantiated; in InitFunctionInstantiation()
H A DTreeTransform.h6012 ExceptionSpecificationType EST = ESI.Type; in TransformExceptionSpec()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DAbstractBasicReader.h224 esi.Type = ExceptionSpecificationType(asImpl().readUInt32()); in readExceptionSpecInfo()
H A DType.h4015 ExceptionSpecificationType Type = EST_None;
4033 ExceptionSpecInfo(ExceptionSpecificationType EST) : Type(EST) {}
4120 getExceptionSpecSize(ExceptionSpecificationType EST, unsigned NumExceptions) {
4192 ExceptionSpecificationType getExceptionSpecType() const {
4193 return static_cast<ExceptionSpecificationType>(
H A DDecl.h2592 ExceptionSpecificationType getExceptionSpecType() const { in getExceptionSpecType()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DDeclSpec.h1480 ExceptionSpecificationType getExceptionSpecType() const { in getExceptionSpecType()
1481 return static_cast<ExceptionSpecificationType>(ExceptionSpecType); in getExceptionSpecType()
1634 ExceptionSpecificationType ESpecType,
H A DSema.h6132 ExceptionSpecificationType ComputedEST;
6149 ExceptionSpecificationType getExceptionSpecType() const { in getExceptionSpecType()
6196 ExceptionSpecificationType &EST);
6201 ExceptionSpecificationType EST,
6216 ExceptionSpecificationType EST,
/llvm-project-15.0.7/clang/lib/Parse/
H A DParseDeclCXX.cpp3775 ExceptionSpecificationType Parser::tryParseExceptionSpecification( in tryParseExceptionSpecification()
3780 ExceptionSpecificationType Result = EST_None; in tryParseExceptionSpecification()
3837 ExceptionSpecificationType NoexceptType = EST_None; in tryParseExceptionSpecification()
3901 ExceptionSpecificationType Parser::ParseDynamicExceptionSpecification( in ParseDynamicExceptionSpecification()
H A DParseCXXInlineMethods.cpp485 ExceptionSpecificationType EST in ParseLexedMethodDeclaration()
H A DParseExprCXX.cpp1344 ExceptionSpecificationType ESpecType = EST_None; in ParseLambdaExpressionAfterIntroducer()
H A DParseDecl.cpp6695 ExceptionSpecificationType ESpecType = EST_None; in ParseFunctionDeclarator()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGException.cpp479 ExceptionSpecificationType EST = Proto->getExceptionSpecType(); in EmitStartEHSpec()
586 ExceptionSpecificationType EST = Proto->getExceptionSpecType(); in EmitEndEHSpec()
/llvm-project-15.0.7/clang/include/clang/Parse/
H A DParser.h1947 ExceptionSpecificationType tryParseExceptionSpecification(
1956 ExceptionSpecificationType ParseDynamicExceptionSpecification(
/llvm-project-15.0.7/clang/tools/libclang/
H A DCXType.cpp747 getExternalExceptionSpecificationKind(ExceptionSpecificationType EST) { in getExternalExceptionSpecificationKind()