Searched refs:DynamicExceptions (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Parse/ |
| H A D | ParseCXXInlineMethods.cpp | 480 SmallVector<ParsedType, 4> DynamicExceptions; in ParseLexedMethodDeclaration() local 487 DynamicExceptions, in ParseLexedMethodDeclaration() 497 DynamicExceptions, in ParseLexedMethodDeclaration()
|
| H A D | ParseExprCXX.cpp | 1346 SmallVector<ParsedType, 2> DynamicExceptions; in ParseLambdaExpressionAfterIntroducer() local 1351 /*Delayed=*/false, ESpecRange, DynamicExceptions, in ParseLambdaExpressionAfterIntroducer() 1389 DynamicExceptions.data(), DynamicExceptionRanges.data(), in ParseLambdaExpressionAfterIntroducer() 1390 DynamicExceptions.size(), in ParseLambdaExpressionAfterIntroducer()
|
| H A D | ParseDeclCXX.cpp | 3777 SmallVectorImpl<ParsedType> &DynamicExceptions, in tryParseExceptionSpecification() argument 3823 SpecificationRange, DynamicExceptions, DynamicExceptionRanges); in tryParseExceptionSpecification() 3824 assert(DynamicExceptions.size() == DynamicExceptionRanges.size() && in tryParseExceptionSpecification() 3867 ParseDynamicExceptionSpecification(NoexceptRange, DynamicExceptions, in tryParseExceptionSpecification()
|
| H A D | ParseDecl.cpp | 6697 SmallVector<ParsedType, 2> DynamicExceptions; in ParseFunctionDeclarator() local 6796 DynamicExceptions, in ParseFunctionDeclarator() 6845 ESpecType, ESpecRange, DynamicExceptions.data(), in ParseFunctionDeclarator() 6846 DynamicExceptionRanges.data(), DynamicExceptions.size(), in ParseFunctionDeclarator()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaType.cpp | 5440 SmallVector<ParsedType, 2> DynamicExceptions; in GetFullTypeForDeclarator() local 5448 DynamicExceptions.reserve(N); in GetFullTypeForDeclarator() 5451 DynamicExceptions.push_back(FTI.Exceptions[I].Ty); in GetFullTypeForDeclarator() 5460 DynamicExceptions, in GetFullTypeForDeclarator()
|
| H A D | SemaDeclCXX.cpp | 18188 ArrayRef<ParsedType> DynamicExceptions, in checkExceptionSpecification() argument 18195 Exceptions.reserve(DynamicExceptions.size()); in checkExceptionSpecification() 18196 for (unsigned ei = 0, ee = DynamicExceptions.size(); ei != ee; ++ei) { in checkExceptionSpecification() 18198 QualType ET = GetTypeFromParser(DynamicExceptions[ei]); in checkExceptionSpecification() 18238 ArrayRef<ParsedType> DynamicExceptions, in actOnDelayedExceptionSpecification() argument 18255 checkExceptionSpecification(/*IsTopLevel*/true, EST, DynamicExceptions, in actOnDelayedExceptionSpecification()
|
| /llvm-project-15.0.7/clang/include/clang/Parse/ |
| H A D | Parser.h | 1950 SmallVectorImpl<ParsedType> &DynamicExceptions,
|
| /llvm-project-15.0.7/clang/include/clang/Sema/ |
| H A D | Sema.h | 6202 ArrayRef<ParsedType> DynamicExceptions, 6218 ArrayRef<ParsedType> DynamicExceptions,
|