Searched defs:DynamicExceptions (Results 1 - 6 of 6) sorted by relevance

/external/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp433 SmallVector<ParsedType, 4> DynamicExceptions; local
440 DynamicExceptions,
450 DynamicExceptions,
H A DParseExprCXX.cpp1177 SmallVector<ParsedType, 2> DynamicExceptions; local
1183 DynamicExceptions,
1221 DynamicExceptions.data(),
1223 DynamicExceptions.size(),
H A DParseDeclCXX.cpp3350 SmallVectorImpl<ParsedType> &DynamicExceptions,
3397 DynamicExceptions,
3399 assert(DynamicExceptions.size() == DynamicExceptionRanges.size() &&
3446 ParseDynamicExceptionSpecification(NoexceptRange, DynamicExceptions,
3348 tryParseExceptionSpecification(bool Delayed, SourceRange &SpecificationRange, SmallVectorImpl<ParsedType> &DynamicExceptions, SmallVectorImpl<SourceRange> &DynamicExceptionRanges, ExprResult &NoexceptExpr, CachedTokens *&ExceptionSpecTokens) argument
H A DParseDecl.cpp5595 SmallVector<ParsedType, 2> DynamicExceptions; local
5699 DynamicExceptions,
5737 DynamicExceptions.data(),
5739 DynamicExceptions.size(),
/external/clang/lib/Sema/
H A DSemaType.cpp4286 SmallVector<ParsedType, 2> DynamicExceptions; local
4294 DynamicExceptions.reserve(N);
4297 DynamicExceptions.push_back(FTI.Exceptions[I].Ty);
4306 DynamicExceptions,
H A DSemaDeclCXX.cpp13853 ArrayRef<ParsedType> DynamicExceptions,
13860 Exceptions.reserve(DynamicExceptions.size());
13861 for (unsigned ei = 0, ee = DynamicExceptions.size(); ei != ee; ++ei) {
13863 QualType ET = GetTypeFromParser(DynamicExceptions[ei]);
13911 ArrayRef<ParsedType> DynamicExceptions,
13928 checkExceptionSpecification(/*IsTopLevel*/true, EST, DynamicExceptions,
13851 checkExceptionSpecification( bool IsTopLevel, ExceptionSpecificationType EST, ArrayRef<ParsedType> DynamicExceptions, ArrayRef<SourceRange> DynamicExceptionRanges, Expr *NoexceptExpr, SmallVectorImpl<QualType> &Exceptions, FunctionProtoType::ExceptionSpecInfo &ESI) argument
13908 actOnDelayedExceptionSpecification(Decl *MethodD, ExceptionSpecificationType EST, SourceRange SpecificationRange, ArrayRef<ParsedType> DynamicExceptions, ArrayRef<SourceRange> DynamicExceptionRanges, Expr *NoexceptExpr) argument

Completed in 198 milliseconds