Searched refs:DynamicExceptionRanges (Results 1 – 8 of 8) sorted by relevance
/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/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/clang/include/clang/Parse/ |
D | Parser.h | 1561 SmallVectorImpl<SourceRange> &DynamicExceptionRanges,
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 4448 ArrayRef<SourceRange> DynamicExceptionRanges, 4464 ArrayRef<SourceRange> DynamicExceptionRanges,
|