Searched refs:DynamicExceptions (Results 1 – 8 of 8) sorted by relevance
| /minix3/external/bsd/llvm/dist/clang/lib/Parse/ |
| H A D | ParseCXXInlineMethods.cpp | 418 SmallVector<ParsedType, 4> DynamicExceptions; in ParseLexedMethodDeclaration() local 425 DynamicExceptions, in ParseLexedMethodDeclaration() 435 DynamicExceptions, in ParseLexedMethodDeclaration()
|
| H A D | ParseExprCXX.cpp | 1101 SmallVector<ParsedType, 2> DynamicExceptions; in ParseLambdaExpressionAfterIntroducer() local 1107 DynamicExceptions, in ParseLambdaExpressionAfterIntroducer() 1145 DynamicExceptions.data(), in ParseLambdaExpressionAfterIntroducer() 1147 DynamicExceptions.size(), in ParseLambdaExpressionAfterIntroducer()
|
| H A D | ParseDeclCXX.cpp | 3117 SmallVectorImpl<ParsedType> &DynamicExceptions, in tryParseExceptionSpecification() argument 3163 DynamicExceptions, in tryParseExceptionSpecification() 3165 assert(DynamicExceptions.size() == DynamicExceptionRanges.size() && in tryParseExceptionSpecification() 3208 ParseDynamicExceptionSpecification(NoexceptRange, DynamicExceptions, in tryParseExceptionSpecification()
|
| H A D | ParseDecl.cpp | 5270 SmallVector<ParsedType, 2> DynamicExceptions; in ParseFunctionDeclarator() local 5381 DynamicExceptions, in ParseFunctionDeclarator() 5419 DynamicExceptions.data(), in ParseFunctionDeclarator() 5421 DynamicExceptions.size(), in ParseFunctionDeclarator()
|
| /minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
| H A D | SemaType.cpp | 2977 SmallVector<ParsedType, 2> DynamicExceptions; in GetFullTypeForDeclarator() local 2985 DynamicExceptions.reserve(N); in GetFullTypeForDeclarator() 2988 DynamicExceptions.push_back(FTI.Exceptions[I].Ty); in GetFullTypeForDeclarator() 2997 DynamicExceptions, in GetFullTypeForDeclarator()
|
| H A D | SemaDeclCXX.cpp | 13456 ArrayRef<ParsedType> DynamicExceptions, in checkExceptionSpecification() argument 13463 Exceptions.reserve(DynamicExceptions.size()); in checkExceptionSpecification() 13464 for (unsigned ei = 0, ee = DynamicExceptions.size(); ei != ee; ++ei) { in checkExceptionSpecification() 13466 QualType ET = GetTypeFromParser(DynamicExceptions[ei]); in checkExceptionSpecification() 13514 ArrayRef<ParsedType> DynamicExceptions, in actOnDelayedExceptionSpecification() argument 13531 checkExceptionSpecification(/*IsTopLevel*/true, EST, DynamicExceptions, in actOnDelayedExceptionSpecification()
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/Parse/ |
| H A D | Parser.h | 1469 SmallVectorImpl<ParsedType> &DynamicExceptions,
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/Sema/ |
| H A D | Sema.h | 4139 ArrayRef<ParsedType> DynamicExceptions, 4155 ArrayRef<ParsedType> DynamicExceptions,
|