Searched refs:DynamicExceptions (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/ |
H A D | ParseCXXInlineMethods.cpp | 465 SmallVector<ParsedType, 4> DynamicExceptions; in ParseLexedMethodDeclaration() local 472 DynamicExceptions, in ParseLexedMethodDeclaration() 482 DynamicExceptions, in ParseLexedMethodDeclaration()
|
H A D | ParseExprCXX.cpp | 1346 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 D | ParseDeclCXX.cpp | 3675 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 D | ParseDecl.cpp | 6508 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 D | SemaType.cpp | 5315 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 D | SemaDeclCXX.cpp | 17716 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 D | Parser.h | 1930 SmallVectorImpl<ParsedType> &DynamicExceptions,
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
H A D | Sema.h | 5858 ArrayRef<ParsedType> DynamicExceptions, 5874 ArrayRef<ParsedType> DynamicExceptions,
|