Searched refs:DynamicExceptionRanges (Results 1 – 8 of 8) sorted by relevance
/openbsd/gnu/llvm/clang/lib/Parse/ |
H A D | ParseCXXInlineMethods.cpp | 481 SmallVector<SourceRange, 4> DynamicExceptionRanges; in ParseLexedMethodDeclaration() local 488 DynamicExceptionRanges, NoexceptExpr, in ParseLexedMethodDeclaration() 498 DynamicExceptionRanges, in ParseLexedMethodDeclaration()
|
H A D | ParseExprCXX.cpp | 1400 SmallVector<SourceRange, 2> DynamicExceptionRanges; in ParseLambdaExpressionAfterIntroducer() local 1405 DynamicExceptionRanges, NoexceptExpr, ExceptionSpecTokens); in ParseLambdaExpressionAfterIntroducer() 1442 DynamicExceptions.data(), DynamicExceptionRanges.data(), in ParseLambdaExpressionAfterIntroducer()
|
H A D | ParseDeclCXX.cpp | 3870 SmallVectorImpl<SourceRange> &DynamicExceptionRanges, in tryParseExceptionSpecification() argument 3915 SpecificationRange, DynamicExceptions, DynamicExceptionRanges); in tryParseExceptionSpecification() 3916 assert(DynamicExceptions.size() == DynamicExceptionRanges.size() && in tryParseExceptionSpecification() 3960 DynamicExceptionRanges); in tryParseExceptionSpecification()
|
H A D | ParseDecl.cpp | 6852 SmallVector<SourceRange, 2> DynamicExceptionRanges; in ParseFunctionDeclarator() local 6950 DynamicExceptionRanges, in ParseFunctionDeclarator() 6999 DynamicExceptionRanges.data(), DynamicExceptions.size(), in ParseFunctionDeclarator()
|
/openbsd/gnu/llvm/clang/lib/Sema/ |
H A D | SemaType.cpp | 5519 SmallVector<SourceRange, 2> DynamicExceptionRanges; in GetFullTypeForDeclarator() local 5527 DynamicExceptionRanges.reserve(N); in GetFullTypeForDeclarator() 5530 DynamicExceptionRanges.push_back(FTI.Exceptions[I].Range); in GetFullTypeForDeclarator() 5539 DynamicExceptionRanges, in GetFullTypeForDeclarator()
|
H A D | SemaDeclCXX.cpp | 18400 ArrayRef<SourceRange> DynamicExceptionRanges, Expr *NoexceptExpr, in checkExceptionSpecification() argument 18416 DynamicExceptionRanges[ei].getBegin(), UPPC_ExceptionType, in checkExceptionSpecification() 18424 if (!CheckSpecifiedExceptionType(ET, DynamicExceptionRanges[ei])) in checkExceptionSpecification() 18450 ArrayRef<SourceRange> DynamicExceptionRanges, in actOnDelayedExceptionSpecification() argument 18467 DynamicExceptionRanges, NoexceptExpr, Exceptions, in actOnDelayedExceptionSpecification()
|
/openbsd/gnu/llvm/clang/include/clang/Parse/ |
H A D | Parser.h | 1966 SmallVectorImpl<SourceRange> &DynamicExceptionRanges,
|
/openbsd/gnu/llvm/clang/include/clang/Sema/ |
H A D | Sema.h | 6358 ArrayRef<SourceRange> DynamicExceptionRanges, 6374 ArrayRef<SourceRange> DynamicExceptionRanges,
|