Searched refs:StoredLocs (Results 1 – 2 of 2) sorted by relevance
4037 auto *StoredLocs = getTrailingObjects<SourceLocation>(); in ImportDecl() local4039 StoredLocs); in ImportDecl()4078 const auto *StoredLocs = getTrailingObjects<SourceLocation>(); in getIdentifierLocs() local4079 return llvm::makeArrayRef(StoredLocs, in getIdentifierLocs()
1734 SourceLocation *StoredLocs = reinterpret_cast<SourceLocation *>(D + 1); in VisitImportDecl() local1736 StoredLocs[I] = ReadSourceLocation(Record, Idx); in VisitImportDecl()