Home
last modified time | relevance | path

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

12

/external/llvm-project/clang/include/clang/Basic/
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()
/external/clang/include/clang/Basic/
DExceptionSpecificationType.h21 enum ExceptionSpecificationType { enum
33 inline bool isDynamicExceptionSpec(ExceptionSpecificationType ESpecType) { in isDynamicExceptionSpec()
37 inline bool isNoexceptExceptionSpec(ExceptionSpecificationType ESpecType) { in isNoexceptExceptionSpec()
41 inline bool isUnresolvedExceptionSpec(ExceptionSpecificationType ESpecType) { in isUnresolvedExceptionSpec()
/external/clang/lib/Sema/
DSemaExceptionSpec.cpp443 ExceptionSpecificationType OldEST = Old->getExceptionSpecType(); in CheckEquivalentExceptionSpec()
444 ExceptionSpecificationType NewEST = New->getExceptionSpecType(); in CheckEquivalentExceptionSpec()
612 ExceptionSpecificationType SuperEST = Superset->getExceptionSpecType(); in CheckExceptionSpecSubset()
633 ExceptionSpecificationType SubEST = Subset->getExceptionSpecType(); in CheckExceptionSpecSubset()
DDeclSpec.cpp168 ExceptionSpecificationType in getFunction()
/external/llvm-project/clang/lib/Sema/
DSemaExceptionSpec.cpp81 ExceptionSpecificationType &EST) { in ActOnNoexceptSpec()
547 ExceptionSpecificationType OldEST = Old->getExceptionSpecType(); in CheckEquivalentExceptionSpecImpl()
548 ExceptionSpecificationType NewEST = New->getExceptionSpecType(); in CheckEquivalentExceptionSpecImpl()
785 ExceptionSpecificationType SuperEST = Superset->getExceptionSpecType(); in CheckExceptionSpecSubset()
786 ExceptionSpecificationType SubEST = Subset->getExceptionSpecType(); in CheckExceptionSpecSubset()
DDeclSpec.cpp170 ExceptionSpecificationType in getFunction()
/external/llvm-project/clang/include/clang/AST/
DAbstractBasicReader.h190 esi.Type = ExceptionSpecificationType(asImpl().readUInt32()); in readExceptionSpecInfo()
DType.h3935 ExceptionSpecificationType Type = EST_None;
3953 ExceptionSpecInfo(ExceptionSpecificationType EST) : Type(EST) {}
4036 getExceptionSpecSize(ExceptionSpecificationType EST, unsigned NumExceptions) {
4070 static bool hasExtraBitfields(ExceptionSpecificationType EST) {
4111 ExceptionSpecificationType getExceptionSpecType() const {
4112 return static_cast<ExceptionSpecificationType>(
DDecl.h2510 ExceptionSpecificationType getExceptionSpecType() const { in getExceptionSpecType()
/external/llvm-project/clang/include/clang/Sema/
DDeclSpec.h1478 ExceptionSpecificationType getExceptionSpecType() const { in getExceptionSpecType()
1479 return static_cast<ExceptionSpecificationType>(ExceptionSpecType); in getExceptionSpecType()
1631 ExceptionSpecificationType ESpecType,
DSema.h5641 ExceptionSpecificationType ComputedEST;
5658 ExceptionSpecificationType getExceptionSpecType() const { in getExceptionSpecType()
5705 ExceptionSpecificationType &EST);
5710 ExceptionSpecificationType EST,
5725 ExceptionSpecificationType EST,
/external/clang/lib/Parse/
DParseDeclCXX.cpp3347 ExceptionSpecificationType
3354 ExceptionSpecificationType Result = EST_None; in tryParseExceptionSpecification()
3412 ExceptionSpecificationType NoexceptType = EST_None; in tryParseExceptionSpecification()
3477 ExceptionSpecificationType Parser::ParseDynamicExceptionSpecification( in ParseDynamicExceptionSpecification()
DParseCXXInlineMethods.cpp438 ExceptionSpecificationType EST in ParseLexedMethodDeclaration()
DParseExprCXX.cpp1175 ExceptionSpecificationType ESpecType = EST_None; in ParseLambdaExpressionAfterIntroducer()
/external/clang/lib/CodeGen/
DCGException.cpp441 ExceptionSpecificationType EST = Proto->getExceptionSpecType(); in EmitStartEHSpec()
520 ExceptionSpecificationType EST = Proto->getExceptionSpecType(); in EmitEndEHSpec()
/external/clang/include/clang/AST/
DType.h3151 ExceptionSpecInfo(ExceptionSpecificationType EST)
3156 ExceptionSpecificationType Type;
3307 ExceptionSpecificationType getExceptionSpecType() const {
3308 return static_cast<ExceptionSpecificationType>(ExceptionSpecType);
/external/llvm-project/clang/lib/Parse/
DParseDeclCXX.cpp3659 ExceptionSpecificationType
3666 ExceptionSpecificationType Result = EST_None; in tryParseExceptionSpecification()
3724 ExceptionSpecificationType NoexceptType = EST_None; in tryParseExceptionSpecification()
3789 ExceptionSpecificationType Parser::ParseDynamicExceptionSpecification( in ParseDynamicExceptionSpecification()
DParseCXXInlineMethods.cpp470 ExceptionSpecificationType EST in ParseLexedMethodDeclaration()
DParseExprCXX.cpp1359 ExceptionSpecificationType ESpecType = EST_None; in ParseLambdaExpressionAfterIntroducer()
/external/clang/include/clang/Parse/
DParser.h1557 ExceptionSpecificationType tryParseExceptionSpecification(
1566 ExceptionSpecificationType ParseDynamicExceptionSpecification(
/external/llvm-project/clang/lib/CodeGen/
DCGException.cpp467 ExceptionSpecificationType EST = Proto->getExceptionSpecType(); in EmitStartEHSpec()
556 ExceptionSpecificationType EST = Proto->getExceptionSpecType(); in EmitEndEHSpec()
/external/llvm-project/clang/include/clang/Parse/
DParser.h1945 ExceptionSpecificationType tryParseExceptionSpecification(
1954 ExceptionSpecificationType ParseDynamicExceptionSpecification(
/external/llvm-project/clang/tools/libclang/
DCXType.cpp736 getExternalExceptionSpecificationKind(ExceptionSpecificationType EST) { in getExternalExceptionSpecificationKind()
/external/clang/lib/AST/
DType.cpp2753 ExceptionSpecificationType est = getExceptionSpecType(); in getNoexceptSpec()
2777 ExceptionSpecificationType EST = getExceptionSpecType(); in isNothrow()
/external/clang/include/clang/Sema/
DSema.h4346 ExceptionSpecificationType ComputedEST;
4363 ExceptionSpecificationType getExceptionSpecType() const { in getExceptionSpecType()
4446 ExceptionSpecificationType EST,
4461 ExceptionSpecificationType EST,

12