Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseCXXInlineMethods.cpp427 SmallVector<SourceRange, 4> DynamicExceptionRanges; in ParseLexedMethodDeclaration() local
434 DynamicExceptionRanges, NoexceptExpr, in ParseLexedMethodDeclaration()
444 DynamicExceptionRanges, in ParseLexedMethodDeclaration()
DParseExprCXX.cpp1112 SmallVector<SourceRange, 2> DynamicExceptionRanges; in ParseLambdaExpressionAfterIntroducer() local
1118 DynamicExceptionRanges, in ParseLambdaExpressionAfterIntroducer()
1156 DynamicExceptionRanges.data(), in ParseLambdaExpressionAfterIntroducer()
DParseDeclCXX.cpp3328 SmallVectorImpl<SourceRange> &DynamicExceptionRanges, in tryParseExceptionSpecification() argument
3374 DynamicExceptionRanges); in tryParseExceptionSpecification()
3375 assert(DynamicExceptions.size() == DynamicExceptionRanges.size() && in tryParseExceptionSpecification()
3422 DynamicExceptionRanges); in tryParseExceptionSpecification()
DParseDecl.cpp5491 SmallVector<SourceRange, 2> DynamicExceptionRanges; in ParseFunctionDeclarator() local
5595 DynamicExceptionRanges, in ParseFunctionDeclarator()
5633 DynamicExceptionRanges.data(), in ParseFunctionDeclarator()
/external/clang/lib/Sema/
DSemaType.cpp4011 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()
DSemaDeclCXX.cpp13632 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/
DParser.h1539 SmallVectorImpl<SourceRange> &DynamicExceptionRanges,
/external/clang/include/clang/Sema/
DSema.h4334 ArrayRef<SourceRange> DynamicExceptionRanges,
4350 ArrayRef<SourceRange> DynamicExceptionRanges,