Searched refs:DynamicExceptions (Results 1 – 8 of 8) sorted by relevance
| /openbsd-src/gnu/llvm/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 | 1399 SmallVector<ParsedType, 2> DynamicExceptions; in ParseLambdaExpressionAfterIntroducer() local 1404 /*Delayed=*/false, ESpecRange, DynamicExceptions, in ParseLambdaExpressionAfterIntroducer() 1442 DynamicExceptions.data(), DynamicExceptionRanges.data(), in ParseLambdaExpressionAfterIntroducer() 1443 DynamicExceptions.size(), in ParseLambdaExpressionAfterIntroducer()
|
| H A D | ParseDeclCXX.cpp | 3869 SmallVectorImpl<ParsedType> &DynamicExceptions, in tryParseExceptionSpecification() argument 3915 SpecificationRange, DynamicExceptions, DynamicExceptionRanges); in tryParseExceptionSpecification() 3916 assert(DynamicExceptions.size() == DynamicExceptionRanges.size() && in tryParseExceptionSpecification() 3959 ParseDynamicExceptionSpecification(NoexceptRange, DynamicExceptions, in tryParseExceptionSpecification()
|
| H A D | ParseDecl.cpp | 6851 SmallVector<ParsedType, 2> DynamicExceptions; in ParseFunctionDeclarator() local 6949 DynamicExceptions, in ParseFunctionDeclarator() 6998 ESpecType, ESpecRange, DynamicExceptions.data(), in ParseFunctionDeclarator() 6999 DynamicExceptionRanges.data(), DynamicExceptions.size(), in ParseFunctionDeclarator()
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaType.cpp | 5518 SmallVector<ParsedType, 2> DynamicExceptions; in GetFullTypeForDeclarator() local 5526 DynamicExceptions.reserve(N); in GetFullTypeForDeclarator() 5529 DynamicExceptions.push_back(FTI.Exceptions[I].Ty); in GetFullTypeForDeclarator() 5538 DynamicExceptions, in GetFullTypeForDeclarator()
|
| H A D | SemaDeclCXX.cpp | 18399 ArrayRef<ParsedType> DynamicExceptions, in checkExceptionSpecification() argument 18406 Exceptions.reserve(DynamicExceptions.size()); in checkExceptionSpecification() 18407 for (unsigned ei = 0, ee = DynamicExceptions.size(); ei != ee; ++ei) { in checkExceptionSpecification() 18409 QualType ET = GetTypeFromParser(DynamicExceptions[ei]); in checkExceptionSpecification() 18449 ArrayRef<ParsedType> DynamicExceptions, in actOnDelayedExceptionSpecification() argument 18466 checkExceptionSpecification(/*IsTopLevel*/true, EST, DynamicExceptions, in actOnDelayedExceptionSpecification()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Parse/ |
| H A D | Parser.h | 1965 SmallVectorImpl<ParsedType> &DynamicExceptions,
|
| /openbsd-src/gnu/llvm/clang/include/clang/Sema/ |
| H A D | Sema.h | 6357 ArrayRef<ParsedType> DynamicExceptions, 6373 ArrayRef<ParsedType> DynamicExceptions,
|