Lines Matching refs:Range
589 SourceRange range = TL.getAttrOperandParensRange();
590 Writer.AddSourceLocation(range.getBegin(), Record);
591 Writer.AddSourceLocation(range.getEnd(), Record);
4725 void ASTWriter::AddSourceRange(SourceRange Range, RecordDataImpl &Record) {
4726 AddSourceLocation(Range.getBegin(), Record);
4727 AddSourceLocation(Range.getEnd(), Record);