Home | History | Annotate | Download | only in Serialization

Lines Matching refs:IdentifierLocs

1007   ArrayRef<SourceLocation> IdentifierLocs = D->getIdentifierLocs();
1008 Record.push_back(!IdentifierLocs.empty());
1009 if (IdentifierLocs.empty()) {
1013 for (unsigned I = 0, N = IdentifierLocs.size(); I != N; ++I)
1014 Writer.AddSourceLocation(IdentifierLocs[I], Record);
1015 Record.push_back(IdentifierLocs.size());