Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp465 SmallVector<ParsedType, 4> DynamicExceptions; in ParseLexedMethodDeclaration() local
472 DynamicExceptions, in ParseLexedMethodDeclaration()
482 DynamicExceptions, in ParseLexedMethodDeclaration()
H A DParseExprCXX.cpp1346 SmallVector<ParsedType, 2> DynamicExceptions; in ParseLambdaExpressionAfterIntroducer() local
1351 /*Delayed=*/false, ESpecRange, DynamicExceptions, in ParseLambdaExpressionAfterIntroducer()
1388 DynamicExceptions.data(), DynamicExceptionRanges.data(), in ParseLambdaExpressionAfterIntroducer()
1389 DynamicExceptions.size(), in ParseLambdaExpressionAfterIntroducer()
H A DParseDeclCXX.cpp3675 SmallVectorImpl<ParsedType> &DynamicExceptions, in tryParseExceptionSpecification() argument
3722 DynamicExceptions, in tryParseExceptionSpecification()
3724 assert(DynamicExceptions.size() == DynamicExceptionRanges.size() && in tryParseExceptionSpecification()
3767 ParseDynamicExceptionSpecification(NoexceptRange, DynamicExceptions, in tryParseExceptionSpecification()
H A DParseDecl.cpp6508 SmallVector<ParsedType, 2> DynamicExceptions; in ParseFunctionDeclarator() local
6604 DynamicExceptions, in ParseFunctionDeclarator()
6654 ESpecType, ESpecRange, DynamicExceptions.data(), in ParseFunctionDeclarator()
6655 DynamicExceptionRanges.data(), DynamicExceptions.size(), in ParseFunctionDeclarator()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaType.cpp5315 SmallVector<ParsedType, 2> DynamicExceptions; in GetFullTypeForDeclarator() local
5323 DynamicExceptions.reserve(N); in GetFullTypeForDeclarator()
5326 DynamicExceptions.push_back(FTI.Exceptions[I].Ty); in GetFullTypeForDeclarator()
5335 DynamicExceptions, in GetFullTypeForDeclarator()
H A DSemaDeclCXX.cpp17716 ArrayRef<ParsedType> DynamicExceptions, in checkExceptionSpecification() argument
17723 Exceptions.reserve(DynamicExceptions.size()); in checkExceptionSpecification()
17724 for (unsigned ei = 0, ee = DynamicExceptions.size(); ei != ee; ++ei) { in checkExceptionSpecification()
17726 QualType ET = GetTypeFromParser(DynamicExceptions[ei]); in checkExceptionSpecification()
17766 ArrayRef<ParsedType> DynamicExceptions, in actOnDelayedExceptionSpecification() argument
17783 checkExceptionSpecification(/*IsTopLevel*/true, EST, DynamicExceptions, in actOnDelayedExceptionSpecification()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Parse/
H A DParser.h1930 SmallVectorImpl<ParsedType> &DynamicExceptions,
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h5858 ArrayRef<ParsedType> DynamicExceptions,
5874 ArrayRef<ParsedType> DynamicExceptions,