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

/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseDeclCXX.cpp2832 tryParseExceptionSpecification( SourceRange &SpecificationRange, SmallVectorImpl<ParsedType> &DynamicExceptions, SmallVectorImpl<SourceRange> &DynamicExceptionRanges, ExprResult &NoexceptExpr) argument
H A DParseExprCXX.cpp847 SmallVector<SourceRange, 2> DynamicExceptionRanges; local
H A DParseDecl.cpp4945 SmallVector<SourceRange, 2> DynamicExceptionRanges; local
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaType.cpp2859 SmallVector<SourceRange, 2> DynamicExceptionRanges; local
H A DSemaDeclCXX.cpp12146 checkExceptionSpecification(ExceptionSpecificationType EST, ArrayRef<ParsedType> DynamicExceptions, ArrayRef<SourceRange> DynamicExceptionRanges, Expr *NoexceptExpr, SmallVectorImpl<QualType> &Exceptions, FunctionProtoType::ExtProtoInfo &EPI) argument

Completed in 302 milliseconds