Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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.cpp3767 SmallVectorImpl<SourceRange> &DynamicExceptionRanges, in tryParseExceptionSpecification() argument
3814 DynamicExceptionRanges); in tryParseExceptionSpecification()
3815 assert(DynamicExceptions.size() == DynamicExceptionRanges.size() && in tryParseExceptionSpecification()
3859 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.cpp6526 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 DSemaType.cpp5349 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 DSemaDeclCXX.cpp17922 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 DParser.h1933 SmallVectorImpl<SourceRange> &DynamicExceptionRanges,
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h5920 ArrayRef<SourceRange> DynamicExceptionRanges,
5936 ArrayRef<SourceRange> DynamicExceptionRanges,