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

/external/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp429 SmallVector<ParsedType, 4> DynamicExceptions; local
436 DynamicExceptions,
446 DynamicExceptions,
H A DParseDeclCXX.cpp3251 SmallVectorImpl<ParsedType> &DynamicExceptions,
3297 DynamicExceptions,
3299 assert(DynamicExceptions.size() == DynamicExceptionRanges.size() &&
3342 ParseDynamicExceptionSpecification(NoexceptRange, DynamicExceptions,
3249 tryParseExceptionSpecification(bool Delayed, SourceRange &SpecificationRange, SmallVectorImpl<ParsedType> &DynamicExceptions, SmallVectorImpl<SourceRange> &DynamicExceptionRanges, ExprResult &NoexceptExpr, CachedTokens *&ExceptionSpecTokens) argument
H A DParseExprCXX.cpp1110 SmallVector<ParsedType, 2> DynamicExceptions; local
1116 DynamicExceptions,
1154 DynamicExceptions.data(),
1156 DynamicExceptions.size(),
H A DParseDecl.cpp5290 SmallVector<ParsedType, 2> DynamicExceptions; local
5394 DynamicExceptions,
5432 DynamicExceptions.data(),
5434 DynamicExceptions.size(),
/external/clang/lib/Sema/
H A DSemaType.cpp3025 SmallVector<ParsedType, 2> DynamicExceptions; local
3033 DynamicExceptions.reserve(N);
3036 DynamicExceptions.push_back(FTI.Exceptions[I].Ty);
3045 DynamicExceptions,
H A DSemaDeclCXX.cpp13567 ArrayRef<ParsedType> DynamicExceptions,
13574 Exceptions.reserve(DynamicExceptions.size());
13575 for (unsigned ei = 0, ee = DynamicExceptions.size(); ei != ee; ++ei) {
13577 QualType ET = GetTypeFromParser(DynamicExceptions[ei]);
13625 ArrayRef<ParsedType> DynamicExceptions,
13642 checkExceptionSpecification(/*IsTopLevel*/true, EST, DynamicExceptions,
13565 checkExceptionSpecification( bool IsTopLevel, ExceptionSpecificationType EST, ArrayRef<ParsedType> DynamicExceptions, ArrayRef<SourceRange> DynamicExceptionRanges, Expr *NoexceptExpr, SmallVectorImpl<QualType> &Exceptions, FunctionProtoType::ExceptionSpecInfo &ESI) argument
13622 actOnDelayedExceptionSpecification(Decl *MethodD, ExceptionSpecificationType EST, SourceRange SpecificationRange, ArrayRef<ParsedType> DynamicExceptions, ArrayRef<SourceRange> DynamicExceptionRanges, Expr *NoexceptExpr) argument

Completed in 245 milliseconds