Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp481 SmallVector<SourceRange, 4> DynamicExceptionRanges; in ParseLexedMethodDeclaration() local
488 DynamicExceptionRanges, NoexceptExpr, in ParseLexedMethodDeclaration()
498 DynamicExceptionRanges, in ParseLexedMethodDeclaration()
H A DParseExprCXX.cpp1400 SmallVector<SourceRange, 2> DynamicExceptionRanges; in ParseLambdaExpressionAfterIntroducer() local
1405 DynamicExceptionRanges, NoexceptExpr, ExceptionSpecTokens); in ParseLambdaExpressionAfterIntroducer()
1442 DynamicExceptions.data(), DynamicExceptionRanges.data(), in ParseLambdaExpressionAfterIntroducer()
H A DParseDeclCXX.cpp3870 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 DParseDecl.cpp6852 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 DSemaType.cpp5519 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 DSemaDeclCXX.cpp18400 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 DParser.h1966 SmallVectorImpl<SourceRange> &DynamicExceptionRanges,
/openbsd/gnu/llvm/clang/include/clang/Sema/
H A DSema.h6358 ArrayRef<SourceRange> DynamicExceptionRanges,
6374 ArrayRef<SourceRange> DynamicExceptionRanges,