Searched refs:DynamicExceptionRanges (Results 1 – 8 of 8) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseCXXInlineMethods.cpp | 466 SmallVector<SourceRange, 4> DynamicExceptionRanges; in ParseLexedMethodDeclaration() local 473 DynamicExceptionRanges, NoexceptExpr, in ParseLexedMethodDeclaration() 483 DynamicExceptionRanges, in ParseLexedMethodDeclaration()
|
| H A D | ParseDeclCXX.cpp | 3767 SmallVectorImpl<SourceRange> &DynamicExceptionRanges, in tryParseExceptionSpecification() argument 3814 DynamicExceptionRanges); in tryParseExceptionSpecification() 3815 assert(DynamicExceptions.size() == DynamicExceptionRanges.size() && in tryParseExceptionSpecification() 3859 DynamicExceptionRanges); in tryParseExceptionSpecification()
|
| H A D | ParseExprCXX.cpp | 1347 SmallVector<SourceRange, 2> DynamicExceptionRanges; in ParseLambdaExpressionAfterIntroducer() local 1352 DynamicExceptionRanges, NoexceptExpr, ExceptionSpecTokens); in ParseLambdaExpressionAfterIntroducer() 1388 DynamicExceptions.data(), DynamicExceptionRanges.data(), in ParseLambdaExpressionAfterIntroducer()
|
| H A D | ParseDecl.cpp | 6526 SmallVector<SourceRange, 2> DynamicExceptionRanges; in ParseFunctionDeclarator() local 6622 DynamicExceptionRanges, in ParseFunctionDeclarator() 6672 DynamicExceptionRanges.data(), DynamicExceptions.size(), in ParseFunctionDeclarator()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaType.cpp | 5349 SmallVector<SourceRange, 2> DynamicExceptionRanges; in GetFullTypeForDeclarator() local 5357 DynamicExceptionRanges.reserve(N); in GetFullTypeForDeclarator() 5360 DynamicExceptionRanges.push_back(FTI.Exceptions[I].Range); in GetFullTypeForDeclarator() 5369 DynamicExceptionRanges, in GetFullTypeForDeclarator()
|
| H A D | SemaDeclCXX.cpp | 17922 ArrayRef<SourceRange> DynamicExceptionRanges, Expr *NoexceptExpr, in checkExceptionSpecification() argument 17938 DynamicExceptionRanges[ei].getBegin(), UPPC_ExceptionType, in checkExceptionSpecification() 17946 if (!CheckSpecifiedExceptionType(ET, DynamicExceptionRanges[ei])) in checkExceptionSpecification() 17972 ArrayRef<SourceRange> DynamicExceptionRanges, in actOnDelayedExceptionSpecification() argument 17989 DynamicExceptionRanges, NoexceptExpr, Exceptions, in actOnDelayedExceptionSpecification()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Parse/ |
| H A D | Parser.h | 1933 SmallVectorImpl<SourceRange> &DynamicExceptionRanges,
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 5920 ArrayRef<SourceRange> DynamicExceptionRanges, 5936 ArrayRef<SourceRange> DynamicExceptionRanges,
|