Searched refs:DynamicExceptions (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseCXXInlineMethods.cpp | 526 SmallVector<ParsedType, 4> DynamicExceptions; in ParseLexedMethodDeclaration() local 533 DynamicExceptions, in ParseLexedMethodDeclaration() 543 DynamicExceptions, in ParseLexedMethodDeclaration()
|
| H A D | ParseExprCXX.cpp | 1392 SmallVector<ParsedType, 2> DynamicExceptions; in ParseLambdaExpressionAfterIntroducer() local 1398 /*Delayed=*/false, ESpecRange, DynamicExceptions, in ParseLambdaExpressionAfterIntroducer() 1435 ESpecRange, DynamicExceptions.data(), in ParseLambdaExpressionAfterIntroducer() 1436 DynamicExceptionRanges.data(), DynamicExceptions.size(), in ParseLambdaExpressionAfterIntroducer()
|
| H A D | ParseDeclCXX.cpp | 3995 SmallVectorImpl<ParsedType> &DynamicExceptions, in tryParseExceptionSpecification() argument 4041 SpecificationRange, DynamicExceptions, DynamicExceptionRanges); in tryParseExceptionSpecification() 4042 assert(DynamicExceptions.size() == DynamicExceptionRanges.size() && in tryParseExceptionSpecification() 4089 ParseDynamicExceptionSpecification(NoexceptRange, DynamicExceptions, in tryParseExceptionSpecification()
|
| H A D | ParseDecl.cpp | 7174 SmallVector<ParsedType, 2> DynamicExceptions; in ParseFunctionDeclarator() local 7280 DynamicExceptions, in ParseFunctionDeclarator() 7338 ESpecType, ESpecRange, DynamicExceptions.data(), in ParseFunctionDeclarator() 7339 DynamicExceptionRanges.data(), DynamicExceptions.size(), in ParseFunctionDeclarator()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaType.cpp | 5291 SmallVector<ParsedType, 2> DynamicExceptions; in GetFullTypeForDeclarator() local 5299 DynamicExceptions.reserve(N); in GetFullTypeForDeclarator() 5302 DynamicExceptions.push_back(FTI.Exceptions[I].Ty); in GetFullTypeForDeclarator() 5311 DynamicExceptions, in GetFullTypeForDeclarator()
|
| H A D | SemaDeclCXX.cpp | 19368 ArrayRef<ParsedType> DynamicExceptions, in checkExceptionSpecification() argument 19375 Exceptions.reserve(DynamicExceptions.size()); in checkExceptionSpecification() 19376 for (unsigned ei = 0, ee = DynamicExceptions.size(); ei != ee; ++ei) { in checkExceptionSpecification() 19378 QualType ET = GetTypeFromParser(DynamicExceptions[ei]); in checkExceptionSpecification() 19417 ArrayRef<ParsedType> DynamicExceptions, in actOnDelayedExceptionSpecification() argument 19433 checkExceptionSpecification(/*IsTopLevel=*/true, EST, DynamicExceptions, in actOnDelayedExceptionSpecification()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Parse/ |
| H A D | Parser.h | 2913 SmallVectorImpl<ParsedType> &DynamicExceptions,
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 5479 ArrayRef<ParsedType> DynamicExceptions, 5490 ArrayRef<ParsedType> DynamicExceptions,
|