Searched refs:DynamicExceptions (Results 1 – 8 of 8) sorted by relevance
/external/clang/lib/Parse/ |
D | ParseCXXInlineMethods.cpp | 429 SmallVector<ParsedType, 4> DynamicExceptions; in ParseLexedMethodDeclaration() local 436 DynamicExceptions, in ParseLexedMethodDeclaration() 446 DynamicExceptions, in ParseLexedMethodDeclaration()
|
D | ParseExprCXX.cpp | 1110 SmallVector<ParsedType, 2> DynamicExceptions; in ParseLambdaExpressionAfterIntroducer() local 1116 DynamicExceptions, in ParseLambdaExpressionAfterIntroducer() 1154 DynamicExceptions.data(), in ParseLambdaExpressionAfterIntroducer() 1156 DynamicExceptions.size(), in ParseLambdaExpressionAfterIntroducer()
|
D | ParseDeclCXX.cpp | 3251 SmallVectorImpl<ParsedType> &DynamicExceptions, in tryParseExceptionSpecification() argument 3297 DynamicExceptions, in tryParseExceptionSpecification() 3299 assert(DynamicExceptions.size() == DynamicExceptionRanges.size() && in tryParseExceptionSpecification() 3342 ParseDynamicExceptionSpecification(NoexceptRange, DynamicExceptions, in tryParseExceptionSpecification()
|
D | ParseDecl.cpp | 5290 SmallVector<ParsedType, 2> DynamicExceptions; in ParseFunctionDeclarator() local 5394 DynamicExceptions, in ParseFunctionDeclarator() 5432 DynamicExceptions.data(), in ParseFunctionDeclarator() 5434 DynamicExceptions.size(), in ParseFunctionDeclarator()
|
/external/clang/lib/Sema/ |
D | SemaType.cpp | 3025 SmallVector<ParsedType, 2> DynamicExceptions; in GetFullTypeForDeclarator() local 3033 DynamicExceptions.reserve(N); in GetFullTypeForDeclarator() 3036 DynamicExceptions.push_back(FTI.Exceptions[I].Ty); in GetFullTypeForDeclarator() 3045 DynamicExceptions, in GetFullTypeForDeclarator()
|
D | SemaDeclCXX.cpp | 13567 ArrayRef<ParsedType> DynamicExceptions, in checkExceptionSpecification() argument 13574 Exceptions.reserve(DynamicExceptions.size()); in checkExceptionSpecification() 13575 for (unsigned ei = 0, ee = DynamicExceptions.size(); ei != ee; ++ei) { in checkExceptionSpecification() 13577 QualType ET = GetTypeFromParser(DynamicExceptions[ei]); in checkExceptionSpecification() 13625 ArrayRef<ParsedType> DynamicExceptions, in actOnDelayedExceptionSpecification() argument 13642 checkExceptionSpecification(/*IsTopLevel*/true, EST, DynamicExceptions, in actOnDelayedExceptionSpecification()
|
/external/clang/include/clang/Parse/ |
D | Parser.h | 1465 SmallVectorImpl<ParsedType> &DynamicExceptions,
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 4084 ArrayRef<ParsedType> DynamicExceptions, 4100 ArrayRef<ParsedType> DynamicExceptions,
|