Searched refs:DynamicExceptionRanges (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseCXXInlineMethods.cpp | 484 SmallVector<SourceRange, 4> DynamicExceptionRanges; in ParseLexedMethodDeclaration() local 491 DynamicExceptionRanges, NoexceptExpr, in ParseLexedMethodDeclaration() 501 DynamicExceptionRanges, in ParseLexedMethodDeclaration()
|
| H A D | ParseDeclCXX.cpp | 3930 SmallVectorImpl<SourceRange> &DynamicExceptionRanges, in tryParseExceptionSpecification() argument 3975 SpecificationRange, DynamicExceptions, DynamicExceptionRanges); in tryParseExceptionSpecification() 3976 assert(DynamicExceptions.size() == DynamicExceptionRanges.size() && in tryParseExceptionSpecification() 4024 DynamicExceptionRanges); in tryParseExceptionSpecification()
|
| H A D | ParseExprCXX.cpp | 1448 SmallVector<SourceRange, 2> DynamicExceptionRanges; in ParseLambdaExpressionAfterIntroducer() local 1454 DynamicExceptionRanges, NoexceptExpr, ExceptionSpecTokens); in ParseLambdaExpressionAfterIntroducer() 1491 DynamicExceptionRanges.data(), DynamicExceptions.size(), in ParseLambdaExpressionAfterIntroducer()
|
| H A D | ParseDecl.cpp | 7084 SmallVector<SourceRange, 2> DynamicExceptionRanges; in ParseFunctionDeclarator() local 7182 DynamicExceptionRanges, in ParseFunctionDeclarator() 7240 DynamicExceptionRanges.data(), DynamicExceptions.size(), in ParseFunctionDeclarator()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaType.cpp | 5646 SmallVector<SourceRange, 2> DynamicExceptionRanges; in GetFullTypeForDeclarator() local 5654 DynamicExceptionRanges.reserve(N); in GetFullTypeForDeclarator() 5657 DynamicExceptionRanges.push_back(FTI.Exceptions[I].Range); in GetFullTypeForDeclarator() 5666 DynamicExceptionRanges, in GetFullTypeForDeclarator()
|
| H A D | SemaDeclCXX.cpp | 19098 ArrayRef<SourceRange> DynamicExceptionRanges, Expr *NoexceptExpr, in checkExceptionSpecification() argument 19114 DynamicExceptionRanges[ei].getBegin(), UPPC_ExceptionType, in checkExceptionSpecification() 19122 if (!CheckSpecifiedExceptionType(ET, DynamicExceptionRanges[ei])) in checkExceptionSpecification() 19148 ArrayRef<SourceRange> DynamicExceptionRanges, in actOnDelayedExceptionSpecification() argument 19165 DynamicExceptionRanges, NoexceptExpr, Exceptions, in actOnDelayedExceptionSpecification()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Parse/ |
| H A D | Parser.h | 1991 SmallVectorImpl<SourceRange> &DynamicExceptionRanges,
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 6505 ArrayRef<SourceRange> DynamicExceptionRanges, 6521 ArrayRef<SourceRange> DynamicExceptionRanges,
|