Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp483 SmallVector<ParsedType, 4> DynamicExceptions; in ParseLexedMethodDeclaration() local
490 DynamicExceptions, in ParseLexedMethodDeclaration()
500 DynamicExceptions, in ParseLexedMethodDeclaration()
H A DParseExprCXX.cpp1447 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 DParseDeclCXX.cpp3929 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 DParseDecl.cpp7083 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 DSemaType.cpp5645 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 DSemaDeclCXX.cpp19097 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 DParser.h1990 SmallVectorImpl<ParsedType> &DynamicExceptions,
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h6504 ArrayRef<ParsedType> DynamicExceptions,
6520 ArrayRef<ParsedType> DynamicExceptions,