Searched refs:DynamicExceptionRanges (Results 1 – 8 of 8) sorted by relevance
/external/clang/lib/Parse/ |
D | ParseCXXInlineMethods.cpp | 427 SmallVector<SourceRange, 4> DynamicExceptionRanges; in ParseLexedMethodDeclaration() local 434 DynamicExceptionRanges, NoexceptExpr, in ParseLexedMethodDeclaration() 444 DynamicExceptionRanges, in ParseLexedMethodDeclaration()
|
D | ParseExprCXX.cpp | 1112 SmallVector<SourceRange, 2> DynamicExceptionRanges; in ParseLambdaExpressionAfterIntroducer() local 1118 DynamicExceptionRanges, in ParseLambdaExpressionAfterIntroducer() 1156 DynamicExceptionRanges.data(), in ParseLambdaExpressionAfterIntroducer()
|
D | ParseDeclCXX.cpp | 3328 SmallVectorImpl<SourceRange> &DynamicExceptionRanges, in tryParseExceptionSpecification() argument 3374 DynamicExceptionRanges); in tryParseExceptionSpecification() 3375 assert(DynamicExceptions.size() == DynamicExceptionRanges.size() && in tryParseExceptionSpecification() 3422 DynamicExceptionRanges); in tryParseExceptionSpecification()
|
D | ParseDecl.cpp | 5491 SmallVector<SourceRange, 2> DynamicExceptionRanges; in ParseFunctionDeclarator() local 5595 DynamicExceptionRanges, in ParseFunctionDeclarator() 5633 DynamicExceptionRanges.data(), in ParseFunctionDeclarator()
|
/external/clang/lib/Sema/ |
D | SemaType.cpp | 4011 SmallVector<SourceRange, 2> DynamicExceptionRanges; in GetFullTypeForDeclarator() local 4019 DynamicExceptionRanges.reserve(N); in GetFullTypeForDeclarator() 4022 DynamicExceptionRanges.push_back(FTI.Exceptions[I].Range); in GetFullTypeForDeclarator() 4031 DynamicExceptionRanges, in GetFullTypeForDeclarator()
|
D | SemaDeclCXX.cpp | 13632 ArrayRef<SourceRange> DynamicExceptionRanges, Expr *NoexceptExpr, in checkExceptionSpecification() argument 13648 DynamicExceptionRanges[ei].getBegin(), UPPC_ExceptionType, in checkExceptionSpecification() 13656 if (!CheckSpecifiedExceptionType(ET, DynamicExceptionRanges[ei])) in checkExceptionSpecification() 13690 ArrayRef<SourceRange> DynamicExceptionRanges, in actOnDelayedExceptionSpecification() argument 13707 DynamicExceptionRanges, NoexceptExpr, Exceptions, in actOnDelayedExceptionSpecification()
|
/external/clang/include/clang/Parse/ |
D | Parser.h | 1539 SmallVectorImpl<SourceRange> &DynamicExceptionRanges,
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 4334 ArrayRef<SourceRange> DynamicExceptionRanges, 4350 ArrayRef<SourceRange> DynamicExceptionRanges,
|