Home
last modified time | relevance | path

Searched refs:DynamicExceptionRanges (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp466 SmallVector<SourceRange, 4> DynamicExceptionRanges; in ParseLexedMethodDeclaration() local
473 DynamicExceptionRanges, NoexceptExpr, in ParseLexedMethodDeclaration()
483 DynamicExceptionRanges, in ParseLexedMethodDeclaration()
H A DParseDeclCXX.cpp3676 SmallVectorImpl<SourceRange> &DynamicExceptionRanges, in tryParseExceptionSpecification() argument
3723 DynamicExceptionRanges); in tryParseExceptionSpecification()
3724 assert(DynamicExceptions.size() == DynamicExceptionRanges.size() && in tryParseExceptionSpecification()
3768 DynamicExceptionRanges); in tryParseExceptionSpecification()
H A DParseExprCXX.cpp1347 SmallVector<SourceRange, 2> DynamicExceptionRanges; in ParseLambdaExpressionAfterIntroducer() local
1352 DynamicExceptionRanges, NoexceptExpr, ExceptionSpecTokens); in ParseLambdaExpressionAfterIntroducer()
1388 DynamicExceptions.data(), DynamicExceptionRanges.data(), in ParseLambdaExpressionAfterIntroducer()
H A DParseDecl.cpp6509 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 DSemaType.cpp5316 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 DSemaDeclCXX.cpp17717 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 DParser.h1931 SmallVectorImpl<SourceRange> &DynamicExceptionRanges,
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h5859 ArrayRef<SourceRange> DynamicExceptionRanges,
5875 ArrayRef<SourceRange> DynamicExceptionRanges,