Searched refs:DynamicExceptionRanges (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/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 | 3676 SmallVectorImpl<SourceRange> &DynamicExceptionRanges, in tryParseExceptionSpecification() argument 3723 DynamicExceptionRanges); in tryParseExceptionSpecification() 3724 assert(DynamicExceptions.size() == DynamicExceptionRanges.size() && in tryParseExceptionSpecification() 3768 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 | 6509 SmallVector<SourceRange, 2> DynamicExceptionRanges; in ParseFunctionDeclarator() local 6605 DynamicExceptionRanges, in ParseFunctionDeclarator() 6655 DynamicExceptionRanges.data(), DynamicExceptions.size(), in ParseFunctionDeclarator()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaType.cpp | 5316 SmallVector<SourceRange, 2> DynamicExceptionRanges; in GetFullTypeForDeclarator() local 5324 DynamicExceptionRanges.reserve(N); in GetFullTypeForDeclarator() 5327 DynamicExceptionRanges.push_back(FTI.Exceptions[I].Range); in GetFullTypeForDeclarator() 5336 DynamicExceptionRanges, in GetFullTypeForDeclarator()
|
H A D | SemaDeclCXX.cpp | 17717 ArrayRef<SourceRange> DynamicExceptionRanges, Expr *NoexceptExpr, in checkExceptionSpecification() argument 17733 DynamicExceptionRanges[ei].getBegin(), UPPC_ExceptionType, in checkExceptionSpecification() 17741 if (!CheckSpecifiedExceptionType(ET, DynamicExceptionRanges[ei])) in checkExceptionSpecification() 17767 ArrayRef<SourceRange> DynamicExceptionRanges, in actOnDelayedExceptionSpecification() argument 17784 DynamicExceptionRanges, NoexceptExpr, Exceptions, in actOnDelayedExceptionSpecification()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Parse/ |
H A D | Parser.h | 1931 SmallVectorImpl<SourceRange> &DynamicExceptionRanges,
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
H A D | Sema.h | 5859 ArrayRef<SourceRange> DynamicExceptionRanges, 5875 ArrayRef<SourceRange> DynamicExceptionRanges,
|