Searched refs:StoredLocs (Results 1 – 2 of 2) sorted by relevance
3968 SourceLocation *StoredLocs = reinterpret_cast<SourceLocation *>(this + 1); in ImportDecl() local3969 memcpy(StoredLocs, IdentifierLocs.data(), in ImportDecl()4009 const SourceLocation *StoredLocs in getIdentifierLocs() local4011 return llvm::makeArrayRef(StoredLocs, in getIdentifierLocs()
1601 SourceLocation *StoredLocs = reinterpret_cast<SourceLocation *>(D + 1); in VisitImportDecl() local1603 StoredLocs[I] = ReadSourceLocation(Record, Idx); in VisitImportDecl()