Searched refs:DynamicExceptions (Results 1 – 8 of 8) sorted by relevance
| /NextBSD/contrib/llvm/tools/clang/lib/Parse/ |
| HD | ParseCXXInlineMethods.cpp | 424 SmallVector<ParsedType, 4> DynamicExceptions; in ParseLexedMethodDeclaration() local 431 DynamicExceptions, in ParseLexedMethodDeclaration() 441 DynamicExceptions, in ParseLexedMethodDeclaration()
|
| HD | ParseExprCXX.cpp | 1109 SmallVector<ParsedType, 2> DynamicExceptions; in ParseLambdaExpressionAfterIntroducer() local 1115 DynamicExceptions, in ParseLambdaExpressionAfterIntroducer() 1153 DynamicExceptions.data(), in ParseLambdaExpressionAfterIntroducer() 1155 DynamicExceptions.size(), in ParseLambdaExpressionAfterIntroducer()
|
| HD | ParseDeclCXX.cpp | 3277 SmallVectorImpl<ParsedType> &DynamicExceptions, in tryParseExceptionSpecification() argument 3323 DynamicExceptions, in tryParseExceptionSpecification() 3325 assert(DynamicExceptions.size() == DynamicExceptionRanges.size() && in tryParseExceptionSpecification() 3371 ParseDynamicExceptionSpecification(NoexceptRange, DynamicExceptions, in tryParseExceptionSpecification()
|
| HD | ParseDecl.cpp | 5470 SmallVector<ParsedType, 2> DynamicExceptions; in ParseFunctionDeclarator() local 5574 DynamicExceptions, in ParseFunctionDeclarator() 5612 DynamicExceptions.data(), in ParseFunctionDeclarator() 5614 DynamicExceptions.size(), in ParseFunctionDeclarator()
|
| /NextBSD/contrib/llvm/tools/clang/lib/Sema/ |
| HD | SemaType.cpp | 3968 SmallVector<ParsedType, 2> DynamicExceptions; in GetFullTypeForDeclarator() local 3976 DynamicExceptions.reserve(N); in GetFullTypeForDeclarator() 3979 DynamicExceptions.push_back(FTI.Exceptions[I].Ty); in GetFullTypeForDeclarator() 3988 DynamicExceptions, in GetFullTypeForDeclarator()
|
| HD | SemaDeclCXX.cpp | 13613 ArrayRef<ParsedType> DynamicExceptions, in checkExceptionSpecification() argument 13620 Exceptions.reserve(DynamicExceptions.size()); in checkExceptionSpecification() 13621 for (unsigned ei = 0, ee = DynamicExceptions.size(); ei != ee; ++ei) { in checkExceptionSpecification() 13623 QualType ET = GetTypeFromParser(DynamicExceptions[ei]); in checkExceptionSpecification() 13671 ArrayRef<ParsedType> DynamicExceptions, in actOnDelayedExceptionSpecification() argument 13688 checkExceptionSpecification(/*IsTopLevel*/true, EST, DynamicExceptions, in actOnDelayedExceptionSpecification()
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/Parse/ |
| HD | Parser.h | 1536 SmallVectorImpl<ParsedType> &DynamicExceptions,
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/Sema/ |
| HD | Sema.h | 4265 ArrayRef<ParsedType> DynamicExceptions, 4281 ArrayRef<ParsedType> DynamicExceptions,
|