Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp544 SmallVector<ParsedType, 4> DynamicExceptions; in ParseLexedMethodDeclaration() local
551 DynamicExceptions, in ParseLexedMethodDeclaration()
561 DynamicExceptions, in ParseLexedMethodDeclaration()
H A DParseExprCXX.cpp1532 SmallVector<ParsedType, 2> DynamicExceptions; in ParseLambdaExpressionAfterIntroducer() local
1538 /*Delayed=*/false, ESpecRange, DynamicExceptions, in ParseLambdaExpressionAfterIntroducer()
1575 ESpecRange, DynamicExceptions.data(), in ParseLambdaExpressionAfterIntroducer()
1576 DynamicExceptionRanges.data(), DynamicExceptions.size(), in ParseLambdaExpressionAfterIntroducer()
H A DParseDeclCXX.cpp4115 SmallVectorImpl<ParsedType> &DynamicExceptions, in tryParseExceptionSpecification() argument
4161 SpecificationRange, DynamicExceptions, DynamicExceptionRanges); in tryParseExceptionSpecification()
4162 assert(DynamicExceptions.size() == DynamicExceptionRanges.size() && in tryParseExceptionSpecification()
4209 ParseDynamicExceptionSpecification(NoexceptRange, DynamicExceptions, in tryParseExceptionSpecification()
H A DParseDecl.cpp7513 SmallVector<ParsedType, 2> DynamicExceptions; in ParseFunctionDeclarator() local
7619 DynamicExceptions, in ParseFunctionDeclarator()
7677 ESpecType, ESpecRange, DynamicExceptions.data(), in ParseFunctionDeclarator()
7678 DynamicExceptionRanges.data(), DynamicExceptions.size(), in ParseFunctionDeclarator()
/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp5213 SmallVector<ParsedType, 2> DynamicExceptions; in GetFullTypeForDeclarator() local
5221 DynamicExceptions.reserve(N); in GetFullTypeForDeclarator()
5224 DynamicExceptions.push_back(FTI.Exceptions[I].Ty); in GetFullTypeForDeclarator()
5233 DynamicExceptions, in GetFullTypeForDeclarator()
H A DSemaDeclCXX.cpp18858 ArrayRef<ParsedType> DynamicExceptions, in checkExceptionSpecification() argument
18865 Exceptions.reserve(DynamicExceptions.size()); in checkExceptionSpecification()
18866 for (unsigned ei = 0, ee = DynamicExceptions.size(); ei != ee; ++ei) { in checkExceptionSpecification()
18868 QualType ET = GetTypeFromParser(DynamicExceptions[ei]); in checkExceptionSpecification()
18907 ArrayRef<ParsedType> DynamicExceptions, in actOnDelayedExceptionSpecification() argument
18923 checkExceptionSpecification(/*IsTopLevel=*/true, EST, DynamicExceptions, in actOnDelayedExceptionSpecification()
/src/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h2046 SmallVectorImpl<ParsedType> &DynamicExceptions,
/src/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h5064 ArrayRef<ParsedType> DynamicExceptions,
5075 ArrayRef<ParsedType> DynamicExceptions,