Searched refs:DynamicExceptionRanges (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseCXXInlineMethods.cpp | 545 SmallVector<SourceRange, 4> DynamicExceptionRanges; in ParseLexedMethodDeclaration() local 552 DynamicExceptionRanges, NoexceptExpr, in ParseLexedMethodDeclaration() 562 DynamicExceptionRanges, in ParseLexedMethodDeclaration()
|
H A D | ParseDeclCXX.cpp | 4116 SmallVectorImpl<SourceRange> &DynamicExceptionRanges, in tryParseExceptionSpecification() argument 4161 SpecificationRange, DynamicExceptions, DynamicExceptionRanges); in tryParseExceptionSpecification() 4162 assert(DynamicExceptions.size() == DynamicExceptionRanges.size() && in tryParseExceptionSpecification() 4210 DynamicExceptionRanges); in tryParseExceptionSpecification()
|
H A D | ParseExprCXX.cpp | 1533 SmallVector<SourceRange, 2> DynamicExceptionRanges; in ParseLambdaExpressionAfterIntroducer() local 1539 DynamicExceptionRanges, NoexceptExpr, ExceptionSpecTokens); in ParseLambdaExpressionAfterIntroducer() 1576 DynamicExceptionRanges.data(), DynamicExceptions.size(), in ParseLambdaExpressionAfterIntroducer()
|
H A D | ParseDecl.cpp | 7514 SmallVector<SourceRange, 2> DynamicExceptionRanges; in ParseFunctionDeclarator() local 7620 DynamicExceptionRanges, in ParseFunctionDeclarator() 7678 DynamicExceptionRanges.data(), DynamicExceptions.size(), in ParseFunctionDeclarator()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaType.cpp | 5214 SmallVector<SourceRange, 2> DynamicExceptionRanges; in GetFullTypeForDeclarator() local 5222 DynamicExceptionRanges.reserve(N); in GetFullTypeForDeclarator() 5225 DynamicExceptionRanges.push_back(FTI.Exceptions[I].Range); in GetFullTypeForDeclarator() 5234 DynamicExceptionRanges, in GetFullTypeForDeclarator()
|
H A D | SemaDeclCXX.cpp | 18859 ArrayRef<SourceRange> DynamicExceptionRanges, Expr *NoexceptExpr, in checkExceptionSpecification() argument 18875 DynamicExceptionRanges[ei].getBegin(), UPPC_ExceptionType, in checkExceptionSpecification() 18883 if (!CheckSpecifiedExceptionType(ET, DynamicExceptionRanges[ei])) in checkExceptionSpecification() 18908 ArrayRef<SourceRange> DynamicExceptionRanges, Expr *NoexceptExpr) { in actOnDelayedExceptionSpecification() argument 18924 DynamicExceptionRanges, NoexceptExpr, Exceptions, in actOnDelayedExceptionSpecification()
|
/freebsd/contrib/llvm-project/clang/include/clang/Parse/ |
H A D | Parser.h | 2047 SmallVectorImpl<SourceRange> &DynamicExceptionRanges,
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | Sema.h | 5065 ArrayRef<SourceRange> DynamicExceptionRanges, 5076 ArrayRef<SourceRange> DynamicExceptionRanges, Expr *NoexceptExpr);
|