Home | History | Annotate | Download | only in Serialization

Lines Matching defs:Loc

1903     if (point.Loc.isInvalid())
1906 Record.push_back(point.Loc.getRawEncoding());
2252 SourceLocation Loc = (*S).second;
2254 AddSourceLocation(Loc, Record);
3317 void ASTWriter::AddSourceLocation(SourceLocation Loc, RecordDataImpl &Record) {
3318 Record.push_back(Loc.getRawEncoding());