Searched refs:StoredLocs (Results 1 – 2 of 2) sorted by relevance
3589 SourceLocation *StoredLocs = reinterpret_cast<SourceLocation *>(this + 1); in ImportDecl() local3590 memcpy(StoredLocs, IdentifierLocs.data(), in ImportDecl()3632 const SourceLocation *StoredLocs in getIdentifierLocs() local3634 return ArrayRef<SourceLocation>(StoredLocs, in getIdentifierLocs()
1310 SourceLocation *StoredLocs = reinterpret_cast<SourceLocation *>(D + 1); in VisitImportDecl() local1312 StoredLocs[I] = ReadSourceLocation(Record, Idx); in VisitImportDecl()