Home
last modified time | relevance | path

Searched refs:DynamicExceptions (Results 1 – 8 of 8) 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/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/clang/include/clang/Parse/
DParser.h1560 SmallVectorImpl<ParsedType> &DynamicExceptions,
/external/clang/include/clang/Sema/
DSema.h4447 ArrayRef<ParsedType> DynamicExceptions,
4463 ArrayRef<ParsedType> DynamicExceptions,