Searched refs:StoredLocs (Results 1 – 2 of 2) sorted by relevance
4045 SourceLocation *StoredLocs = reinterpret_cast<SourceLocation *>(this + 1); in ImportDecl() local4046 memcpy(StoredLocs, IdentifierLocs.data(), in ImportDecl()4086 const SourceLocation *StoredLocs in getIdentifierLocs() local4088 return llvm::makeArrayRef(StoredLocs, in getIdentifierLocs()
1761 SourceLocation *StoredLocs = reinterpret_cast<SourceLocation *>(D + 1); in VisitImportDecl() local1763 StoredLocs[I] = ReadSourceLocation(Record, Idx); in VisitImportDecl()