HomeSort by: relevance | last modified time | path
    Searched refs:DynamicExceptionRanges (Results 1 - 8 of 8) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseCXXInlineMethods.cpp 466 SmallVector<SourceRange, 4> DynamicExceptionRanges;
473 DynamicExceptionRanges, NoexceptExpr,
483 DynamicExceptionRanges,
ParseDeclCXX.cpp 3676 SmallVectorImpl<SourceRange> &DynamicExceptionRanges,
3723 DynamicExceptionRanges);
3724 assert(DynamicExceptions.size() == DynamicExceptionRanges.size() &&
3768 DynamicExceptionRanges);
ParseExprCXX.cpp 1347 SmallVector<SourceRange, 2> DynamicExceptionRanges;
1352 DynamicExceptionRanges, NoexceptExpr, ExceptionSpecTokens);
1388 DynamicExceptions.data(), DynamicExceptionRanges.data(),
ParseDecl.cpp 6509 SmallVector<SourceRange, 2> DynamicExceptionRanges;
6605 DynamicExceptionRanges,
6655 DynamicExceptionRanges.data(), DynamicExceptions.size(),
  /src/external/apache2/llvm/dist/clang/include/clang/Parse/
Parser.h 1931 SmallVectorImpl<SourceRange> &DynamicExceptionRanges,
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaType.cpp 5316 SmallVector<SourceRange, 2> DynamicExceptionRanges;
5324 DynamicExceptionRanges.reserve(N);
5327 DynamicExceptionRanges.push_back(FTI.Exceptions[I].Range);
5336 DynamicExceptionRanges,
SemaDeclCXX.cpp 17717 ArrayRef<SourceRange> DynamicExceptionRanges, Expr *NoexceptExpr,
17733 DynamicExceptionRanges[ei].getBegin(), UPPC_ExceptionType,
17741 if (!CheckSpecifiedExceptionType(ET, DynamicExceptionRanges[ei]))
17767 ArrayRef<SourceRange> DynamicExceptionRanges,
17784 DynamicExceptionRanges, NoexceptExpr, Exceptions,
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 5859 ArrayRef<SourceRange> DynamicExceptionRanges,
5875 ArrayRef<SourceRange> DynamicExceptionRanges,

Completed in 50 milliseconds