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

/external/clang/lib/Parse/
H A DParseDeclCXX.cpp2612 SmallVectorImpl<ParsedType> &DynamicExceptions,
2620 DynamicExceptions,
2622 assert(DynamicExceptions.size() == DynamicExceptionRanges.size() &&
2665 ParseDynamicExceptionSpecification(NoexceptRange, DynamicExceptions,
2610 tryParseExceptionSpecification( SourceRange &SpecificationRange, SmallVectorImpl<ParsedType> &DynamicExceptions, SmallVectorImpl<SourceRange> &DynamicExceptionRanges, ExprResult &NoexceptExpr) argument
H A DParseExprCXX.cpp785 llvm::SmallVector<ParsedType, 2> DynamicExceptions; local
789 DynamicExceptions,
821 DynamicExceptions.data(),
823 DynamicExceptions.size(),
H A DParseDecl.cpp4566 SmallVector<ParsedType, 2> DynamicExceptions; local
4638 DynamicExceptions,
4670 DynamicExceptions.data(),
4672 DynamicExceptions.size(),
/external/clang/lib/Sema/
H A DSemaType.cpp2538 SmallVector<ParsedType, 2> DynamicExceptions; local
2546 DynamicExceptions.reserve(N);
2549 DynamicExceptions.push_back(FTI.Exceptions[I].Ty);
2557 DynamicExceptions,
H A DSemaDeclCXX.cpp11200 ArrayRef<ParsedType> DynamicExceptions,
11208 Exceptions.reserve(DynamicExceptions.size());
11209 for (unsigned ei = 0, ee = DynamicExceptions.size(); ei != ee; ++ei) {
11211 QualType ET = GetTypeFromParser(DynamicExceptions[ei]);
11199 checkExceptionSpecification(ExceptionSpecificationType EST, ArrayRef<ParsedType> DynamicExceptions, ArrayRef<SourceRange> DynamicExceptionRanges, Expr *NoexceptExpr, llvm::SmallVectorImpl<QualType> &Exceptions, FunctionProtoType::ExtProtoInfo &EPI) argument

Completed in 198 milliseconds