Searched refs:DynamicExceptionRanges (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/ |
| H A D | ParseCXXInlineMethods.cpp | 425 SmallVector<SourceRange, 4> DynamicExceptionRanges; in ParseLexedMethodDeclaration() local 432 DynamicExceptionRanges, NoexceptExpr, in ParseLexedMethodDeclaration() 442 DynamicExceptionRanges, in ParseLexedMethodDeclaration()
|
| H A D | ParseExprCXX.cpp | 1172 SmallVector<SourceRange, 2> DynamicExceptionRanges; in ParseLambdaExpressionAfterIntroducer() local 1178 DynamicExceptionRanges, in ParseLambdaExpressionAfterIntroducer() 1212 DynamicExceptionRanges.data(), DynamicExceptions.size(), in ParseLambdaExpressionAfterIntroducer()
|
| H A D | ParseDeclCXX.cpp | 3533 SmallVectorImpl<SourceRange> &DynamicExceptionRanges, in tryParseExceptionSpecification() argument 3580 DynamicExceptionRanges); in tryParseExceptionSpecification() 3581 assert(DynamicExceptions.size() == DynamicExceptionRanges.size() && in tryParseExceptionSpecification() 3625 DynamicExceptionRanges); in tryParseExceptionSpecification()
|
| H A D | ParseDecl.cpp | 6078 SmallVector<SourceRange, 2> DynamicExceptionRanges; in ParseFunctionDeclarator() local 6190 DynamicExceptionRanges, in ParseFunctionDeclarator() 6239 DynamicExceptionRanges.data(), DynamicExceptions.size(), in ParseFunctionDeclarator()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaType.cpp | 4806 SmallVector<SourceRange, 2> DynamicExceptionRanges; in GetFullTypeForDeclarator() local 4814 DynamicExceptionRanges.reserve(N); in GetFullTypeForDeclarator() 4817 DynamicExceptionRanges.push_back(FTI.Exceptions[I].Range); in GetFullTypeForDeclarator() 4826 DynamicExceptionRanges, in GetFullTypeForDeclarator()
|
| H A D | SemaDeclCXX.cpp | 15462 ArrayRef<SourceRange> DynamicExceptionRanges, Expr *NoexceptExpr, in checkExceptionSpecification() argument 15478 DynamicExceptionRanges[ei].getBegin(), UPPC_ExceptionType, in checkExceptionSpecification() 15486 if (!CheckSpecifiedExceptionType(ET, DynamicExceptionRanges[ei])) in checkExceptionSpecification() 15512 ArrayRef<SourceRange> DynamicExceptionRanges, in actOnDelayedExceptionSpecification() argument 15529 DynamicExceptionRanges, NoexceptExpr, Exceptions, in actOnDelayedExceptionSpecification()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Parse/ |
| H A D | Parser.h | 1757 SmallVectorImpl<SourceRange> &DynamicExceptionRanges,
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/ |
| H A D | Sema.h | 4865 ArrayRef<SourceRange> DynamicExceptionRanges, 4881 ArrayRef<SourceRange> DynamicExceptionRanges,
|