Searched refs:DynamicExceptions (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseCXXInlineMethods.cpp | 483 SmallVector<ParsedType, 4> DynamicExceptions; in ParseLexedMethodDeclaration() local 490 DynamicExceptions, in ParseLexedMethodDeclaration() 500 DynamicExceptions, in ParseLexedMethodDeclaration()
|
| H A D | ParseExprCXX.cpp | 1447 SmallVector<ParsedType, 2> DynamicExceptions; in ParseLambdaExpressionAfterIntroducer() local 1453 /*Delayed=*/false, ESpecRange, DynamicExceptions, in ParseLambdaExpressionAfterIntroducer() 1490 ESpecRange, DynamicExceptions.data(), in ParseLambdaExpressionAfterIntroducer() 1491 DynamicExceptionRanges.data(), DynamicExceptions.size(), in ParseLambdaExpressionAfterIntroducer()
|
| H A D | ParseDeclCXX.cpp | 3929 SmallVectorImpl<ParsedType> &DynamicExceptions, in tryParseExceptionSpecification() argument 3975 SpecificationRange, DynamicExceptions, DynamicExceptionRanges); in tryParseExceptionSpecification() 3976 assert(DynamicExceptions.size() == DynamicExceptionRanges.size() && in tryParseExceptionSpecification() 4023 ParseDynamicExceptionSpecification(NoexceptRange, DynamicExceptions, in tryParseExceptionSpecification()
|
| H A D | ParseDecl.cpp | 7083 SmallVector<ParsedType, 2> DynamicExceptions; in ParseFunctionDeclarator() local 7181 DynamicExceptions, in ParseFunctionDeclarator() 7239 ESpecType, ESpecRange, DynamicExceptions.data(), in ParseFunctionDeclarator() 7240 DynamicExceptionRanges.data(), DynamicExceptions.size(), in ParseFunctionDeclarator()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaType.cpp | 5645 SmallVector<ParsedType, 2> DynamicExceptions; in GetFullTypeForDeclarator() local 5653 DynamicExceptions.reserve(N); in GetFullTypeForDeclarator() 5656 DynamicExceptions.push_back(FTI.Exceptions[I].Ty); in GetFullTypeForDeclarator() 5665 DynamicExceptions, in GetFullTypeForDeclarator()
|
| H A D | SemaDeclCXX.cpp | 19097 ArrayRef<ParsedType> DynamicExceptions, in checkExceptionSpecification() argument 19104 Exceptions.reserve(DynamicExceptions.size()); in checkExceptionSpecification() 19105 for (unsigned ei = 0, ee = DynamicExceptions.size(); ei != ee; ++ei) { in checkExceptionSpecification() 19107 QualType ET = GetTypeFromParser(DynamicExceptions[ei]); in checkExceptionSpecification() 19147 ArrayRef<ParsedType> DynamicExceptions, in actOnDelayedExceptionSpecification() argument 19164 checkExceptionSpecification(/*IsTopLevel*/true, EST, DynamicExceptions, in actOnDelayedExceptionSpecification()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Parse/ |
| H A D | Parser.h | 1990 SmallVectorImpl<ParsedType> &DynamicExceptions,
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 6504 ArrayRef<ParsedType> DynamicExceptions, 6520 ArrayRef<ParsedType> DynamicExceptions,
|