Home
last modified time | relevance | path

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

/aosp_15_r20/external/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp433 SmallVector<ParsedType, 4> DynamicExceptions; in ParseLexedMethodDeclaration() local
440 DynamicExceptions, in ParseLexedMethodDeclaration()
450 DynamicExceptions, in ParseLexedMethodDeclaration()
H A DParseExprCXX.cpp1177 SmallVector<ParsedType, 2> DynamicExceptions; in ParseLambdaExpressionAfterIntroducer() local
1183 DynamicExceptions, in ParseLambdaExpressionAfterIntroducer()
1221 DynamicExceptions.data(), in ParseLambdaExpressionAfterIntroducer()
1223 DynamicExceptions.size(), in ParseLambdaExpressionAfterIntroducer()
H A 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()
H A DParseDecl.cpp5595 SmallVector<ParsedType, 2> DynamicExceptions; in ParseFunctionDeclarator() local
5699 DynamicExceptions, in ParseFunctionDeclarator()
5737 DynamicExceptions.data(), in ParseFunctionDeclarator()
5739 DynamicExceptions.size(), in ParseFunctionDeclarator()
/aosp_15_r20/external/clang/lib/Sema/
H A 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()
H A 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()
/aosp_15_r20/external/clang/include/clang/Parse/
H A DParser.h1560 SmallVectorImpl<ParsedType> &DynamicExceptions,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Parse/
DParser.h1997 SmallVectorImpl<ParsedType> &DynamicExceptions,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Parse/
DParser.h1997 SmallVectorImpl<ParsedType> &DynamicExceptions,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Parse/
DParser.h1969 SmallVectorImpl<ParsedType> &DynamicExceptions,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Parse/
DParser.h2030 SmallVectorImpl<ParsedType> &DynamicExceptions,
/aosp_15_r20/external/clang/include/clang/Sema/
H A DSema.h4447 ArrayRef<ParsedType> DynamicExceptions,
4463 ArrayRef<ParsedType> DynamicExceptions,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Sema/
DSema.h4094 ArrayRef<ParsedType> DynamicExceptions,
4105 ArrayRef<ParsedType> DynamicExceptions,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Sema/
DSema.h6465 ArrayRef<ParsedType> DynamicExceptions,
6481 ArrayRef<ParsedType> DynamicExceptions,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Sema/
DSema.h4253 ArrayRef<ParsedType> DynamicExceptions,
4264 SourceRange SpecificationRange, ArrayRef<ParsedType> DynamicExceptions,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Sema/
DSema.h4253 ArrayRef<ParsedType> DynamicExceptions,
4264 SourceRange SpecificationRange, ArrayRef<ParsedType> DynamicExceptions,