/external/clang/lib/Parse/ |
D | ParseCXXInlineMethods.cpp | 434 SmallVector<SourceRange, 4> DynamicExceptionRanges; in ParseLexedMethodDeclaration() local 441 DynamicExceptionRanges, NoexceptExpr, in ParseLexedMethodDeclaration() 451 DynamicExceptionRanges, in ParseLexedMethodDeclaration()
|
D | ParseDeclCXX.cpp | 3351 SmallVectorImpl<SourceRange> &DynamicExceptionRanges, in tryParseExceptionSpecification() argument 3398 DynamicExceptionRanges); in tryParseExceptionSpecification() 3399 assert(DynamicExceptions.size() == DynamicExceptionRanges.size() && in tryParseExceptionSpecification() 3447 DynamicExceptionRanges); in tryParseExceptionSpecification()
|
D | ParseExprCXX.cpp | 1178 SmallVector<SourceRange, 2> DynamicExceptionRanges; in ParseLambdaExpressionAfterIntroducer() local 1184 DynamicExceptionRanges, in ParseLambdaExpressionAfterIntroducer() 1222 DynamicExceptionRanges.data(), in ParseLambdaExpressionAfterIntroducer()
|
D | ParseDecl.cpp | 5596 SmallVector<SourceRange, 2> DynamicExceptionRanges; in ParseFunctionDeclarator() local 5700 DynamicExceptionRanges, in ParseFunctionDeclarator() 5738 DynamicExceptionRanges.data(), in ParseFunctionDeclarator()
|
/external/llvm-project/clang/lib/Parse/ |
D | ParseCXXInlineMethods.cpp | 466 SmallVector<SourceRange, 4> DynamicExceptionRanges; in ParseLexedMethodDeclaration() local 473 DynamicExceptionRanges, NoexceptExpr, in ParseLexedMethodDeclaration() 483 DynamicExceptionRanges, in ParseLexedMethodDeclaration()
|
D | ParseDeclCXX.cpp | 3663 SmallVectorImpl<SourceRange> &DynamicExceptionRanges, in tryParseExceptionSpecification() argument 3710 DynamicExceptionRanges); in tryParseExceptionSpecification() 3711 assert(DynamicExceptions.size() == DynamicExceptionRanges.size() && in tryParseExceptionSpecification() 3755 DynamicExceptionRanges); in tryParseExceptionSpecification()
|
D | ParseExprCXX.cpp | 1362 SmallVector<SourceRange, 2> DynamicExceptionRanges; in ParseLambdaExpressionAfterIntroducer() local 1368 DynamicExceptionRanges, in ParseLambdaExpressionAfterIntroducer() 1406 DynamicExceptionRanges.data(), DynamicExceptions.size(), in ParseLambdaExpressionAfterIntroducer()
|
D | ParseDecl.cpp | 6449 SmallVector<SourceRange, 2> DynamicExceptionRanges; in ParseFunctionDeclarator() local 6545 DynamicExceptionRanges, in ParseFunctionDeclarator() 6595 DynamicExceptionRanges.data(), DynamicExceptions.size(), in ParseFunctionDeclarator()
|
/external/clang/lib/Sema/ |
D | SemaType.cpp | 4287 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()
|
D | SemaDeclCXX.cpp | 13854 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/ |
D | SemaType.cpp | 5275 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()
|
D | SemaDeclCXX.cpp | 17641 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/ |
D | Parser.h | 1561 SmallVectorImpl<SourceRange> &DynamicExceptionRanges,
|
/external/llvm-project/clang/include/clang/Parse/ |
D | Parser.h | 1949 SmallVectorImpl<SourceRange> &DynamicExceptionRanges,
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 4448 ArrayRef<SourceRange> DynamicExceptionRanges, 4464 ArrayRef<SourceRange> DynamicExceptionRanges,
|
/external/llvm-project/clang/include/clang/Sema/ |
D | Sema.h | 5712 ArrayRef<SourceRange> DynamicExceptionRanges, 5728 ArrayRef<SourceRange> DynamicExceptionRanges,
|