Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseCXXInlineMethods.cpp430 SmallVector<SourceRange, 4> DynamicExceptionRanges; in ParseLexedMethodDeclaration() local
437 DynamicExceptionRanges, NoexceptExpr, in ParseLexedMethodDeclaration()
447 DynamicExceptionRanges, in ParseLexedMethodDeclaration()
DParseExprCXX.cpp1111 SmallVector<SourceRange, 2> DynamicExceptionRanges; in ParseLambdaExpressionAfterIntroducer() local
1117 DynamicExceptionRanges, in ParseLambdaExpressionAfterIntroducer()
1155 DynamicExceptionRanges.data(), in ParseLambdaExpressionAfterIntroducer()
DParseDeclCXX.cpp3252 SmallVectorImpl<SourceRange> &DynamicExceptionRanges, in tryParseExceptionSpecification() argument
3298 DynamicExceptionRanges); in tryParseExceptionSpecification()
3299 assert(DynamicExceptions.size() == DynamicExceptionRanges.size() && in tryParseExceptionSpecification()
3343 DynamicExceptionRanges); in tryParseExceptionSpecification()
DParseDecl.cpp5291 SmallVector<SourceRange, 2> DynamicExceptionRanges; in ParseFunctionDeclarator() local
5395 DynamicExceptionRanges, in ParseFunctionDeclarator()
5433 DynamicExceptionRanges.data(), in ParseFunctionDeclarator()
/external/clang/lib/Sema/
DSemaType.cpp3026 SmallVector<SourceRange, 2> DynamicExceptionRanges; in GetFullTypeForDeclarator() local
3034 DynamicExceptionRanges.reserve(N); in GetFullTypeForDeclarator()
3037 DynamicExceptionRanges.push_back(FTI.Exceptions[I].Range); in GetFullTypeForDeclarator()
3046 DynamicExceptionRanges, in GetFullTypeForDeclarator()
DSemaDeclCXX.cpp13568 ArrayRef<SourceRange> DynamicExceptionRanges, Expr *NoexceptExpr, in checkExceptionSpecification() argument
13584 DynamicExceptionRanges[ei].getBegin(), UPPC_ExceptionType, in checkExceptionSpecification()
13592 if (!CheckSpecifiedExceptionType(ET, DynamicExceptionRanges[ei])) in checkExceptionSpecification()
13626 ArrayRef<SourceRange> DynamicExceptionRanges, in actOnDelayedExceptionSpecification() argument
13643 DynamicExceptionRanges, NoexceptExpr, Exceptions, in actOnDelayedExceptionSpecification()
/external/clang/include/clang/Parse/
DParser.h1466 SmallVectorImpl<SourceRange> &DynamicExceptionRanges,
/external/clang/include/clang/Sema/
DSema.h4085 ArrayRef<SourceRange> DynamicExceptionRanges,
4101 ArrayRef<SourceRange> DynamicExceptionRanges,