Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseDeclCXX.cpp2862 SmallVectorImpl<SourceRange> &DynamicExceptionRanges, in tryParseExceptionSpecification() argument
2870 DynamicExceptionRanges); in tryParseExceptionSpecification()
2871 assert(DynamicExceptions.size() == DynamicExceptionRanges.size() && in tryParseExceptionSpecification()
2915 DynamicExceptionRanges); in tryParseExceptionSpecification()
DParseExprCXX.cpp952 SmallVector<SourceRange, 2> DynamicExceptionRanges; in ParseLambdaExpressionAfterIntroducer() local
956 DynamicExceptionRanges, in ParseLambdaExpressionAfterIntroducer()
993 DynamicExceptionRanges.data(), in ParseLambdaExpressionAfterIntroducer()
DParseDecl.cpp4985 SmallVector<SourceRange, 2> DynamicExceptionRanges; in ParseFunctionDeclarator() local
5075 DynamicExceptionRanges, in ParseFunctionDeclarator()
5111 DynamicExceptionRanges.data(), in ParseFunctionDeclarator()
/external/clang/lib/Sema/
DSemaType.cpp2915 SmallVector<SourceRange, 2> DynamicExceptionRanges; in GetFullTypeForDeclarator() local
2923 DynamicExceptionRanges.reserve(N); in GetFullTypeForDeclarator()
2926 DynamicExceptionRanges.push_back(FTI.Exceptions[I].Range); in GetFullTypeForDeclarator()
2934 DynamicExceptionRanges, in GetFullTypeForDeclarator()
DSemaDeclCXX.cpp12332 ArrayRef<SourceRange> DynamicExceptionRanges, in checkExceptionSpecification() argument
12347 DiagnoseUnexpandedParameterPacks(DynamicExceptionRanges[ei].getBegin(), in checkExceptionSpecification()
12355 if (!CheckSpecifiedExceptionType(ET, DynamicExceptionRanges[ei])) in checkExceptionSpecification()
/external/clang/include/clang/Parse/
DParser.h1373 SmallVectorImpl<SourceRange> &DynamicExceptionRanges,
/external/clang/include/clang/Sema/
DSema.h3771 ArrayRef<SourceRange> DynamicExceptionRanges,