Searched defs:SpecificationRange (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp432 SourceRange SpecificationRange; local
439 = tryParseExceptionSpecification(/*Delayed=*/false, SpecificationRange,
449 SpecificationRange,
H A DParseDeclCXX.cpp3349 SourceRange &SpecificationRange,
3365 SpecificationRange = SourceRange(ConsumeToken());
3384 SpecificationRange.setEnd(ConsumeParen()); // '('
3389 SpecificationRange.setEnd(ExceptionSpecTokens->back().getLocation());
3396 Result = ParseDynamicExceptionSpecification(SpecificationRange,
3439 SpecificationRange = NoexceptRange;
3478 SourceRange &SpecificationRange,
3483 SpecificationRange.setBegin(ConsumeToken());
3487 SpecificationRange.setEnd(SpecificationRange
3348 tryParseExceptionSpecification(bool Delayed, SourceRange &SpecificationRange, SmallVectorImpl<ParsedType> &DynamicExceptions, SmallVectorImpl<SourceRange> &DynamicExceptionRanges, ExprResult &NoexceptExpr, CachedTokens *&ExceptionSpecTokens) argument
3477 ParseDynamicExceptionSpecification( SourceRange &SpecificationRange, SmallVectorImpl<ParsedType> &Exceptions, SmallVectorImpl<SourceRange> &Ranges) argument
[all...]
/external/clang/lib/Sema/
H A DSemaDeclCXX.cpp13910 SourceRange SpecificationRange,
13908 actOnDelayedExceptionSpecification(Decl *MethodD, ExceptionSpecificationType EST, SourceRange SpecificationRange, ArrayRef<ParsedType> DynamicExceptions, ArrayRef<SourceRange> DynamicExceptionRanges, Expr *NoexceptExpr) argument

Completed in 146 milliseconds