Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp465 SmallVector<ParsedType, 4> DynamicExceptions; in ParseLexedMethodDeclaration() local
472 DynamicExceptions, in ParseLexedMethodDeclaration()
482 DynamicExceptions, in ParseLexedMethodDeclaration()
H A DParseExprCXX.cpp1346 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 DParseDeclCXX.cpp3766 SmallVectorImpl<ParsedType> &DynamicExceptions, in tryParseExceptionSpecification() argument
3813 DynamicExceptions, in tryParseExceptionSpecification()
3815 assert(DynamicExceptions.size() == DynamicExceptionRanges.size() && in tryParseExceptionSpecification()
3858 ParseDynamicExceptionSpecification(NoexceptRange, DynamicExceptions, in tryParseExceptionSpecification()
H A DParseDecl.cpp6525 SmallVector<ParsedType, 2> DynamicExceptions; in ParseFunctionDeclarator() local
6621 DynamicExceptions, in ParseFunctionDeclarator()
6671 ESpecType, ESpecRange, DynamicExceptions.data(), in ParseFunctionDeclarator()
6672 DynamicExceptionRanges.data(), DynamicExceptions.size(), in ParseFunctionDeclarator()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp5348 SmallVector<ParsedType, 2> DynamicExceptions; in GetFullTypeForDeclarator() local
5356 DynamicExceptions.reserve(N); in GetFullTypeForDeclarator()
5359 DynamicExceptions.push_back(FTI.Exceptions[I].Ty); in GetFullTypeForDeclarator()
5368 DynamicExceptions, in GetFullTypeForDeclarator()
H A DSemaDeclCXX.cpp17921 ArrayRef<ParsedType> DynamicExceptions, in checkExceptionSpecification() argument
17928 Exceptions.reserve(DynamicExceptions.size()); in checkExceptionSpecification()
17929 for (unsigned ei = 0, ee = DynamicExceptions.size(); ei != ee; ++ei) { in checkExceptionSpecification()
17931 QualType ET = GetTypeFromParser(DynamicExceptions[ei]); in checkExceptionSpecification()
17971 ArrayRef<ParsedType> DynamicExceptions, in actOnDelayedExceptionSpecification() argument
17988 checkExceptionSpecification(/*IsTopLevel*/true, EST, DynamicExceptions, in actOnDelayedExceptionSpecification()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h1932 SmallVectorImpl<ParsedType> &DynamicExceptions,
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h5919 ArrayRef<ParsedType> DynamicExceptions,
5935 ArrayRef<ParsedType> DynamicExceptions,