Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp425 SmallVector<SourceRange, 4> DynamicExceptionRanges; in ParseLexedMethodDeclaration() local
432 DynamicExceptionRanges, NoexceptExpr, in ParseLexedMethodDeclaration()
442 DynamicExceptionRanges, in ParseLexedMethodDeclaration()
H A DParseExprCXX.cpp1172 SmallVector<SourceRange, 2> DynamicExceptionRanges; in ParseLambdaExpressionAfterIntroducer() local
1178 DynamicExceptionRanges, in ParseLambdaExpressionAfterIntroducer()
1212 DynamicExceptionRanges.data(), DynamicExceptions.size(), in ParseLambdaExpressionAfterIntroducer()
H A DParseDeclCXX.cpp3533 SmallVectorImpl<SourceRange> &DynamicExceptionRanges, in tryParseExceptionSpecification() argument
3580 DynamicExceptionRanges); in tryParseExceptionSpecification()
3581 assert(DynamicExceptions.size() == DynamicExceptionRanges.size() && in tryParseExceptionSpecification()
3625 DynamicExceptionRanges); in tryParseExceptionSpecification()
H A DParseDecl.cpp6078 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 DSemaType.cpp4806 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 DSemaDeclCXX.cpp15462 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 DParser.h1757 SmallVectorImpl<SourceRange> &DynamicExceptionRanges,
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h4865 ArrayRef<SourceRange> DynamicExceptionRanges,
4881 ArrayRef<SourceRange> DynamicExceptionRanges,