/external/llvm-project/clang/include/clang/Basic/ |
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()
|
/external/clang/include/clang/Basic/ |
D | ExceptionSpecificationType.h | 21 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/ |
D | SemaExceptionSpec.cpp | 443 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()
|
D | DeclSpec.cpp | 168 ExceptionSpecificationType in getFunction()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaExceptionSpec.cpp | 81 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()
|
D | DeclSpec.cpp | 170 ExceptionSpecificationType in getFunction()
|
/external/llvm-project/clang/include/clang/AST/ |
D | AbstractBasicReader.h | 190 esi.Type = ExceptionSpecificationType(asImpl().readUInt32()); in readExceptionSpecInfo()
|
D | Type.h | 3935 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>(
|
D | Decl.h | 2510 ExceptionSpecificationType getExceptionSpecType() const { in getExceptionSpecType()
|
/external/llvm-project/clang/include/clang/Sema/ |
D | DeclSpec.h | 1478 ExceptionSpecificationType getExceptionSpecType() const { in getExceptionSpecType() 1479 return static_cast<ExceptionSpecificationType>(ExceptionSpecType); in getExceptionSpecType() 1631 ExceptionSpecificationType ESpecType,
|
D | Sema.h | 5641 ExceptionSpecificationType ComputedEST; 5658 ExceptionSpecificationType getExceptionSpecType() const { in getExceptionSpecType() 5705 ExceptionSpecificationType &EST); 5710 ExceptionSpecificationType EST, 5725 ExceptionSpecificationType EST,
|
/external/clang/lib/Parse/ |
D | ParseDeclCXX.cpp | 3347 ExceptionSpecificationType 3354 ExceptionSpecificationType Result = EST_None; in tryParseExceptionSpecification() 3412 ExceptionSpecificationType NoexceptType = EST_None; in tryParseExceptionSpecification() 3477 ExceptionSpecificationType Parser::ParseDynamicExceptionSpecification( in ParseDynamicExceptionSpecification()
|
D | ParseCXXInlineMethods.cpp | 438 ExceptionSpecificationType EST in ParseLexedMethodDeclaration()
|
D | ParseExprCXX.cpp | 1175 ExceptionSpecificationType ESpecType = EST_None; in ParseLambdaExpressionAfterIntroducer()
|
/external/clang/lib/CodeGen/ |
D | CGException.cpp | 441 ExceptionSpecificationType EST = Proto->getExceptionSpecType(); in EmitStartEHSpec() 520 ExceptionSpecificationType EST = Proto->getExceptionSpecType(); in EmitEndEHSpec()
|
/external/clang/include/clang/AST/ |
D | Type.h | 3151 ExceptionSpecInfo(ExceptionSpecificationType EST) 3156 ExceptionSpecificationType Type; 3307 ExceptionSpecificationType getExceptionSpecType() const { 3308 return static_cast<ExceptionSpecificationType>(ExceptionSpecType);
|
/external/llvm-project/clang/lib/Parse/ |
D | ParseDeclCXX.cpp | 3659 ExceptionSpecificationType 3666 ExceptionSpecificationType Result = EST_None; in tryParseExceptionSpecification() 3724 ExceptionSpecificationType NoexceptType = EST_None; in tryParseExceptionSpecification() 3789 ExceptionSpecificationType Parser::ParseDynamicExceptionSpecification( in ParseDynamicExceptionSpecification()
|
D | ParseCXXInlineMethods.cpp | 470 ExceptionSpecificationType EST in ParseLexedMethodDeclaration()
|
D | ParseExprCXX.cpp | 1359 ExceptionSpecificationType ESpecType = EST_None; in ParseLambdaExpressionAfterIntroducer()
|
/external/clang/include/clang/Parse/ |
D | Parser.h | 1557 ExceptionSpecificationType tryParseExceptionSpecification( 1566 ExceptionSpecificationType ParseDynamicExceptionSpecification(
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGException.cpp | 467 ExceptionSpecificationType EST = Proto->getExceptionSpecType(); in EmitStartEHSpec() 556 ExceptionSpecificationType EST = Proto->getExceptionSpecType(); in EmitEndEHSpec()
|
/external/llvm-project/clang/include/clang/Parse/ |
D | Parser.h | 1945 ExceptionSpecificationType tryParseExceptionSpecification( 1954 ExceptionSpecificationType ParseDynamicExceptionSpecification(
|
/external/llvm-project/clang/tools/libclang/ |
D | CXType.cpp | 736 getExternalExceptionSpecificationKind(ExceptionSpecificationType EST) { in getExternalExceptionSpecificationKind()
|
/external/clang/lib/AST/ |
D | Type.cpp | 2753 ExceptionSpecificationType est = getExceptionSpecType(); in getNoexceptSpec() 2777 ExceptionSpecificationType EST = getExceptionSpecType(); in isNothrow()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 4346 ExceptionSpecificationType ComputedEST; 4363 ExceptionSpecificationType getExceptionSpecType() const { in getExceptionSpecType() 4446 ExceptionSpecificationType EST, 4461 ExceptionSpecificationType EST,
|