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

/external/clang/lib/Parse/
H A DParseDeclCXX.cpp2793 SourceRange &SpecificationRange,
2801 Result = ParseDynamicExceptionSpecification(SpecificationRange,
2840 SpecificationRange = NoexceptRange;
2869 SourceRange &SpecificationRange,
2874 SpecificationRange.setBegin(ConsumeToken());
2878 SpecificationRange.setEnd(SpecificationRange.getBegin());
2889 SpecificationRange.setEnd(T.getCloseLocation());
2920 SpecificationRange.setEnd(T.getCloseLocation());
2792 tryParseExceptionSpecification( SourceRange &SpecificationRange, SmallVectorImpl<ParsedType> &DynamicExceptions, SmallVectorImpl<SourceRange> &DynamicExceptionRanges, ExprResult &NoexceptExpr) argument
2868 ParseDynamicExceptionSpecification( SourceRange &SpecificationRange, SmallVectorImpl<ParsedType> &Exceptions, SmallVectorImpl<SourceRange> &Ranges) argument

Completed in 197 milliseconds