Searched refs:DynamicExceptions (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/ |
| H A D | ParseCXXInlineMethods.cpp | 424 SmallVector<ParsedType, 4> DynamicExceptions; in ParseLexedMethodDeclaration() local 431 DynamicExceptions, in ParseLexedMethodDeclaration() 441 DynamicExceptions, in ParseLexedMethodDeclaration()
|
| H A D | ParseExprCXX.cpp | 1171 SmallVector<ParsedType, 2> DynamicExceptions; in ParseLambdaExpressionAfterIntroducer() local 1177 DynamicExceptions, in ParseLambdaExpressionAfterIntroducer() 1211 ESpecRange, DynamicExceptions.data(), in ParseLambdaExpressionAfterIntroducer() 1212 DynamicExceptionRanges.data(), DynamicExceptions.size(), in ParseLambdaExpressionAfterIntroducer()
|
| H A D | ParseDeclCXX.cpp | 3532 SmallVectorImpl<ParsedType> &DynamicExceptions, in tryParseExceptionSpecification() argument 3579 DynamicExceptions, in tryParseExceptionSpecification() 3581 assert(DynamicExceptions.size() == DynamicExceptionRanges.size() && in tryParseExceptionSpecification() 3624 ParseDynamicExceptionSpecification(NoexceptRange, DynamicExceptions, in tryParseExceptionSpecification()
|
| H A D | ParseDecl.cpp | 6077 SmallVector<ParsedType, 2> DynamicExceptions; in ParseFunctionDeclarator() local 6189 DynamicExceptions, in ParseFunctionDeclarator() 6238 ESpecType, ESpecRange, DynamicExceptions.data(), in ParseFunctionDeclarator() 6239 DynamicExceptionRanges.data(), DynamicExceptions.size(), in ParseFunctionDeclarator()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaType.cpp | 4805 SmallVector<ParsedType, 2> DynamicExceptions; in GetFullTypeForDeclarator() local 4813 DynamicExceptions.reserve(N); in GetFullTypeForDeclarator() 4816 DynamicExceptions.push_back(FTI.Exceptions[I].Ty); in GetFullTypeForDeclarator() 4825 DynamicExceptions, in GetFullTypeForDeclarator()
|
| H A D | SemaDeclCXX.cpp | 15461 ArrayRef<ParsedType> DynamicExceptions, in checkExceptionSpecification() argument 15468 Exceptions.reserve(DynamicExceptions.size()); in checkExceptionSpecification() 15469 for (unsigned ei = 0, ee = DynamicExceptions.size(); ei != ee; ++ei) { in checkExceptionSpecification() 15471 QualType ET = GetTypeFromParser(DynamicExceptions[ei]); in checkExceptionSpecification() 15511 ArrayRef<ParsedType> DynamicExceptions, in actOnDelayedExceptionSpecification() argument 15528 checkExceptionSpecification(/*IsTopLevel*/true, EST, DynamicExceptions, in actOnDelayedExceptionSpecification()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Parse/ |
| H A D | Parser.h | 1756 SmallVectorImpl<ParsedType> &DynamicExceptions,
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/ |
| H A D | Sema.h | 4864 ArrayRef<ParsedType> DynamicExceptions, 4880 ArrayRef<ParsedType> DynamicExceptions,
|