Searched refs:DynamicExceptionRanges (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseCXXInlineMethods.cpp | 527 SmallVector<SourceRange, 4> DynamicExceptionRanges; in ParseLexedMethodDeclaration() local 534 DynamicExceptionRanges, NoexceptExpr, in ParseLexedMethodDeclaration() 544 DynamicExceptionRanges, in ParseLexedMethodDeclaration()
|
| H A D | ParseDeclCXX.cpp | 3996 SmallVectorImpl<SourceRange> &DynamicExceptionRanges, in tryParseExceptionSpecification() argument 4041 SpecificationRange, DynamicExceptions, DynamicExceptionRanges); in tryParseExceptionSpecification() 4042 assert(DynamicExceptions.size() == DynamicExceptionRanges.size() && in tryParseExceptionSpecification() 4090 DynamicExceptionRanges); in tryParseExceptionSpecification()
|
| H A D | ParseExprCXX.cpp | 1393 SmallVector<SourceRange, 2> DynamicExceptionRanges; in ParseLambdaExpressionAfterIntroducer() local 1399 DynamicExceptionRanges, NoexceptExpr, ExceptionSpecTokens); in ParseLambdaExpressionAfterIntroducer() 1436 DynamicExceptionRanges.data(), DynamicExceptions.size(), in ParseLambdaExpressionAfterIntroducer()
|
| H A D | ParseDecl.cpp | 7175 SmallVector<SourceRange, 2> DynamicExceptionRanges; in ParseFunctionDeclarator() local 7281 DynamicExceptionRanges, in ParseFunctionDeclarator() 7339 DynamicExceptionRanges.data(), DynamicExceptions.size(), in ParseFunctionDeclarator()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaType.cpp | 5292 SmallVector<SourceRange, 2> DynamicExceptionRanges; in GetFullTypeForDeclarator() local 5300 DynamicExceptionRanges.reserve(N); in GetFullTypeForDeclarator() 5303 DynamicExceptionRanges.push_back(FTI.Exceptions[I].Range); in GetFullTypeForDeclarator() 5312 DynamicExceptionRanges, in GetFullTypeForDeclarator()
|
| H A D | SemaDeclCXX.cpp | 19369 ArrayRef<SourceRange> DynamicExceptionRanges, Expr *NoexceptExpr, in checkExceptionSpecification() argument 19385 DynamicExceptionRanges[ei].getBegin(), UPPC_ExceptionType, in checkExceptionSpecification() 19393 if (!CheckSpecifiedExceptionType(ET, DynamicExceptionRanges[ei])) in checkExceptionSpecification() 19418 ArrayRef<SourceRange> DynamicExceptionRanges, Expr *NoexceptExpr) { in actOnDelayedExceptionSpecification() argument 19434 DynamicExceptionRanges, NoexceptExpr, Exceptions, in actOnDelayedExceptionSpecification()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Parse/ |
| H A D | Parser.h | 2914 SmallVectorImpl<SourceRange> &DynamicExceptionRanges,
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 5480 ArrayRef<SourceRange> DynamicExceptionRanges, 5491 ArrayRef<SourceRange> DynamicExceptionRanges, Expr *NoexceptExpr);
|