Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseCXXInlineMethods.cpp434 SmallVector<SourceRange, 4> DynamicExceptionRanges; in ParseLexedMethodDeclaration() local
441 DynamicExceptionRanges, NoexceptExpr, in ParseLexedMethodDeclaration()
451 DynamicExceptionRanges, in ParseLexedMethodDeclaration()
DParseDeclCXX.cpp3351 SmallVectorImpl<SourceRange> &DynamicExceptionRanges, in tryParseExceptionSpecification() argument
3398 DynamicExceptionRanges); in tryParseExceptionSpecification()
3399 assert(DynamicExceptions.size() == DynamicExceptionRanges.size() && in tryParseExceptionSpecification()
3447 DynamicExceptionRanges); in tryParseExceptionSpecification()
DParseExprCXX.cpp1178 SmallVector<SourceRange, 2> DynamicExceptionRanges; in ParseLambdaExpressionAfterIntroducer() local
1184 DynamicExceptionRanges, in ParseLambdaExpressionAfterIntroducer()
1222 DynamicExceptionRanges.data(), in ParseLambdaExpressionAfterIntroducer()
DParseDecl.cpp5596 SmallVector<SourceRange, 2> DynamicExceptionRanges; in ParseFunctionDeclarator() local
5700 DynamicExceptionRanges, in ParseFunctionDeclarator()
5738 DynamicExceptionRanges.data(), in ParseFunctionDeclarator()
/external/llvm-project/clang/lib/Parse/
DParseCXXInlineMethods.cpp466 SmallVector<SourceRange, 4> DynamicExceptionRanges; in ParseLexedMethodDeclaration() local
473 DynamicExceptionRanges, NoexceptExpr, in ParseLexedMethodDeclaration()
483 DynamicExceptionRanges, in ParseLexedMethodDeclaration()
DParseDeclCXX.cpp3663 SmallVectorImpl<SourceRange> &DynamicExceptionRanges, in tryParseExceptionSpecification() argument
3710 DynamicExceptionRanges); in tryParseExceptionSpecification()
3711 assert(DynamicExceptions.size() == DynamicExceptionRanges.size() && in tryParseExceptionSpecification()
3755 DynamicExceptionRanges); in tryParseExceptionSpecification()
DParseExprCXX.cpp1362 SmallVector<SourceRange, 2> DynamicExceptionRanges; in ParseLambdaExpressionAfterIntroducer() local
1368 DynamicExceptionRanges, in ParseLambdaExpressionAfterIntroducer()
1406 DynamicExceptionRanges.data(), DynamicExceptions.size(), in ParseLambdaExpressionAfterIntroducer()
DParseDecl.cpp6449 SmallVector<SourceRange, 2> DynamicExceptionRanges; in ParseFunctionDeclarator() local
6545 DynamicExceptionRanges, in ParseFunctionDeclarator()
6595 DynamicExceptionRanges.data(), DynamicExceptions.size(), in ParseFunctionDeclarator()
/external/clang/lib/Sema/
DSemaType.cpp4287 SmallVector<SourceRange, 2> DynamicExceptionRanges; in GetFullTypeForDeclarator() local
4295 DynamicExceptionRanges.reserve(N); in GetFullTypeForDeclarator()
4298 DynamicExceptionRanges.push_back(FTI.Exceptions[I].Range); in GetFullTypeForDeclarator()
4307 DynamicExceptionRanges, in GetFullTypeForDeclarator()
DSemaDeclCXX.cpp13854 ArrayRef<SourceRange> DynamicExceptionRanges, Expr *NoexceptExpr, in checkExceptionSpecification() argument
13870 DynamicExceptionRanges[ei].getBegin(), UPPC_ExceptionType, in checkExceptionSpecification()
13878 if (!CheckSpecifiedExceptionType(ET, DynamicExceptionRanges[ei])) in checkExceptionSpecification()
13912 ArrayRef<SourceRange> DynamicExceptionRanges, in actOnDelayedExceptionSpecification() argument
13929 DynamicExceptionRanges, NoexceptExpr, Exceptions, in actOnDelayedExceptionSpecification()
/external/llvm-project/clang/lib/Sema/
DSemaType.cpp5275 SmallVector<SourceRange, 2> DynamicExceptionRanges; in GetFullTypeForDeclarator() local
5283 DynamicExceptionRanges.reserve(N); in GetFullTypeForDeclarator()
5286 DynamicExceptionRanges.push_back(FTI.Exceptions[I].Range); in GetFullTypeForDeclarator()
5295 DynamicExceptionRanges, in GetFullTypeForDeclarator()
DSemaDeclCXX.cpp17641 ArrayRef<SourceRange> DynamicExceptionRanges, Expr *NoexceptExpr, in checkExceptionSpecification() argument
17657 DynamicExceptionRanges[ei].getBegin(), UPPC_ExceptionType, in checkExceptionSpecification()
17665 if (!CheckSpecifiedExceptionType(ET, DynamicExceptionRanges[ei])) in checkExceptionSpecification()
17691 ArrayRef<SourceRange> DynamicExceptionRanges, in actOnDelayedExceptionSpecification() argument
17708 DynamicExceptionRanges, NoexceptExpr, Exceptions, in actOnDelayedExceptionSpecification()
/external/clang/include/clang/Parse/
DParser.h1561 SmallVectorImpl<SourceRange> &DynamicExceptionRanges,
/external/llvm-project/clang/include/clang/Parse/
DParser.h1949 SmallVectorImpl<SourceRange> &DynamicExceptionRanges,
/external/clang/include/clang/Sema/
DSema.h4448 ArrayRef<SourceRange> DynamicExceptionRanges,
4464 ArrayRef<SourceRange> DynamicExceptionRanges,
/external/llvm-project/clang/include/clang/Sema/
DSema.h5712 ArrayRef<SourceRange> DynamicExceptionRanges,
5728 ArrayRef<SourceRange> DynamicExceptionRanges,