/external/clang/lib/Parse/ |
D | ParseCXXInlineMethods.cpp | 433 SmallVector<ParsedType, 4> DynamicExceptions; in ParseLexedMethodDeclaration() local 440 DynamicExceptions, in ParseLexedMethodDeclaration() 450 DynamicExceptions, in ParseLexedMethodDeclaration()
|
D | ParseExprCXX.cpp | 1177 SmallVector<ParsedType, 2> DynamicExceptions; in ParseLambdaExpressionAfterIntroducer() local 1183 DynamicExceptions, in ParseLambdaExpressionAfterIntroducer() 1221 DynamicExceptions.data(), in ParseLambdaExpressionAfterIntroducer() 1223 DynamicExceptions.size(), in ParseLambdaExpressionAfterIntroducer()
|
D | ParseDeclCXX.cpp | 3350 SmallVectorImpl<ParsedType> &DynamicExceptions, in tryParseExceptionSpecification() argument 3397 DynamicExceptions, in tryParseExceptionSpecification() 3399 assert(DynamicExceptions.size() == DynamicExceptionRanges.size() && in tryParseExceptionSpecification() 3446 ParseDynamicExceptionSpecification(NoexceptRange, DynamicExceptions, in tryParseExceptionSpecification()
|
D | ParseDecl.cpp | 5595 SmallVector<ParsedType, 2> DynamicExceptions; in ParseFunctionDeclarator() local 5699 DynamicExceptions, in ParseFunctionDeclarator() 5737 DynamicExceptions.data(), in ParseFunctionDeclarator() 5739 DynamicExceptions.size(), in ParseFunctionDeclarator()
|
/external/llvm-project/clang/lib/Parse/ |
D | ParseCXXInlineMethods.cpp | 465 SmallVector<ParsedType, 4> DynamicExceptions; in ParseLexedMethodDeclaration() local 472 DynamicExceptions, in ParseLexedMethodDeclaration() 482 DynamicExceptions, in ParseLexedMethodDeclaration()
|
D | ParseExprCXX.cpp | 1361 SmallVector<ParsedType, 2> DynamicExceptions; in ParseLambdaExpressionAfterIntroducer() local 1367 DynamicExceptions, in ParseLambdaExpressionAfterIntroducer() 1405 ESpecRange, DynamicExceptions.data(), in ParseLambdaExpressionAfterIntroducer() 1406 DynamicExceptionRanges.data(), DynamicExceptions.size(), in ParseLambdaExpressionAfterIntroducer()
|
D | ParseDeclCXX.cpp | 3662 SmallVectorImpl<ParsedType> &DynamicExceptions, in tryParseExceptionSpecification() argument 3709 DynamicExceptions, in tryParseExceptionSpecification() 3711 assert(DynamicExceptions.size() == DynamicExceptionRanges.size() && in tryParseExceptionSpecification() 3754 ParseDynamicExceptionSpecification(NoexceptRange, DynamicExceptions, in tryParseExceptionSpecification()
|
D | ParseDecl.cpp | 6448 SmallVector<ParsedType, 2> DynamicExceptions; in ParseFunctionDeclarator() local 6544 DynamicExceptions, in ParseFunctionDeclarator() 6594 ESpecType, ESpecRange, DynamicExceptions.data(), in ParseFunctionDeclarator() 6595 DynamicExceptionRanges.data(), DynamicExceptions.size(), in ParseFunctionDeclarator()
|
/external/clang/lib/Sema/ |
D | SemaType.cpp | 4286 SmallVector<ParsedType, 2> DynamicExceptions; in GetFullTypeForDeclarator() local 4294 DynamicExceptions.reserve(N); in GetFullTypeForDeclarator() 4297 DynamicExceptions.push_back(FTI.Exceptions[I].Ty); in GetFullTypeForDeclarator() 4306 DynamicExceptions, in GetFullTypeForDeclarator()
|
D | SemaDeclCXX.cpp | 13853 ArrayRef<ParsedType> DynamicExceptions, in checkExceptionSpecification() argument 13860 Exceptions.reserve(DynamicExceptions.size()); in checkExceptionSpecification() 13861 for (unsigned ei = 0, ee = DynamicExceptions.size(); ei != ee; ++ei) { in checkExceptionSpecification() 13863 QualType ET = GetTypeFromParser(DynamicExceptions[ei]); in checkExceptionSpecification() 13911 ArrayRef<ParsedType> DynamicExceptions, in actOnDelayedExceptionSpecification() argument 13928 checkExceptionSpecification(/*IsTopLevel*/true, EST, DynamicExceptions, in actOnDelayedExceptionSpecification()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaType.cpp | 5274 SmallVector<ParsedType, 2> DynamicExceptions; in GetFullTypeForDeclarator() local 5282 DynamicExceptions.reserve(N); in GetFullTypeForDeclarator() 5285 DynamicExceptions.push_back(FTI.Exceptions[I].Ty); in GetFullTypeForDeclarator() 5294 DynamicExceptions, in GetFullTypeForDeclarator()
|
D | SemaDeclCXX.cpp | 17640 ArrayRef<ParsedType> DynamicExceptions, in checkExceptionSpecification() argument 17647 Exceptions.reserve(DynamicExceptions.size()); in checkExceptionSpecification() 17648 for (unsigned ei = 0, ee = DynamicExceptions.size(); ei != ee; ++ei) { in checkExceptionSpecification() 17650 QualType ET = GetTypeFromParser(DynamicExceptions[ei]); in checkExceptionSpecification() 17690 ArrayRef<ParsedType> DynamicExceptions, in actOnDelayedExceptionSpecification() argument 17707 checkExceptionSpecification(/*IsTopLevel*/true, EST, DynamicExceptions, in actOnDelayedExceptionSpecification()
|
/external/clang/include/clang/Parse/ |
D | Parser.h | 1560 SmallVectorImpl<ParsedType> &DynamicExceptions,
|
/external/llvm-project/clang/include/clang/Parse/ |
D | Parser.h | 1948 SmallVectorImpl<ParsedType> &DynamicExceptions,
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 4447 ArrayRef<ParsedType> DynamicExceptions, 4463 ArrayRef<ParsedType> DynamicExceptions,
|
/external/llvm-project/clang/include/clang/Sema/ |
D | Sema.h | 5711 ArrayRef<ParsedType> DynamicExceptions, 5727 ArrayRef<ParsedType> DynamicExceptions,
|