Home
last modified time | relevance | path

Searched refs:DynamicExceptionRanges (Results 1 – 8 of 8) 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/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/clang/include/clang/Parse/
DParser.h1561 SmallVectorImpl<SourceRange> &DynamicExceptionRanges,
/external/clang/include/clang/Sema/
DSema.h4448 ArrayRef<SourceRange> DynamicExceptionRanges,
4464 ArrayRef<SourceRange> DynamicExceptionRanges,