Home
last modified time | relevance | path

Searched refs:DynamicExceptions (Results 1 – 16 of 16) sorted by relevance

/external/clang/lib/Parse/
DParseCXXInlineMethods.cpp433 SmallVector<ParsedType, 4> DynamicExceptions; in ParseLexedMethodDeclaration() local
440 DynamicExceptions, in ParseLexedMethodDeclaration()
450 DynamicExceptions, in ParseLexedMethodDeclaration()
DParseExprCXX.cpp1177 SmallVector<ParsedType, 2> DynamicExceptions; in ParseLambdaExpressionAfterIntroducer() local
1183 DynamicExceptions, in ParseLambdaExpressionAfterIntroducer()
1221 DynamicExceptions.data(), in ParseLambdaExpressionAfterIntroducer()
1223 DynamicExceptions.size(), in ParseLambdaExpressionAfterIntroducer()
DParseDeclCXX.cpp3350 SmallVectorImpl<ParsedType> &DynamicExceptions, in tryParseExceptionSpecification() argument
3397 DynamicExceptions, in tryParseExceptionSpecification()
3399 assert(DynamicExceptions.size() == DynamicExceptionRanges.size() && in tryParseExceptionSpecification()
3446 ParseDynamicExceptionSpecification(NoexceptRange, DynamicExceptions, in tryParseExceptionSpecification()
DParseDecl.cpp5595 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/
DParseCXXInlineMethods.cpp465 SmallVector<ParsedType, 4> DynamicExceptions; in ParseLexedMethodDeclaration() local
472 DynamicExceptions, in ParseLexedMethodDeclaration()
482 DynamicExceptions, in ParseLexedMethodDeclaration()
DParseExprCXX.cpp1361 SmallVector<ParsedType, 2> DynamicExceptions; in ParseLambdaExpressionAfterIntroducer() local
1367 DynamicExceptions, in ParseLambdaExpressionAfterIntroducer()
1405 ESpecRange, DynamicExceptions.data(), in ParseLambdaExpressionAfterIntroducer()
1406 DynamicExceptionRanges.data(), DynamicExceptions.size(), in ParseLambdaExpressionAfterIntroducer()
DParseDeclCXX.cpp3662 SmallVectorImpl<ParsedType> &DynamicExceptions, in tryParseExceptionSpecification() argument
3709 DynamicExceptions, in tryParseExceptionSpecification()
3711 assert(DynamicExceptions.size() == DynamicExceptionRanges.size() && in tryParseExceptionSpecification()
3754 ParseDynamicExceptionSpecification(NoexceptRange, DynamicExceptions, in tryParseExceptionSpecification()
DParseDecl.cpp6448 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/
DSemaType.cpp4286 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()
DSemaDeclCXX.cpp13853 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/
DSemaType.cpp5274 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()
DSemaDeclCXX.cpp17640 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/
DParser.h1560 SmallVectorImpl<ParsedType> &DynamicExceptions,
/external/llvm-project/clang/include/clang/Parse/
DParser.h1948 SmallVectorImpl<ParsedType> &DynamicExceptions,
/external/clang/include/clang/Sema/
DSema.h4447 ArrayRef<ParsedType> DynamicExceptions,
4463 ArrayRef<ParsedType> DynamicExceptions,
/external/llvm-project/clang/include/clang/Sema/
DSema.h5711 ArrayRef<ParsedType> DynamicExceptions,
5727 ArrayRef<ParsedType> DynamicExceptions,