Searched refs:NamePieces (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/
H A DSymbolOccurrences.cpp19 ArrayRef<std::string> NamePieces = Name.getNamePieces(); local
20 assert(Locations.size() == NamePieces.size() &&
25 Locations[0], Locations[0].getLocWithOffset(NamePieces[0].size()));
34 Loc.value().getLocWithOffset(NamePieces[Loc.index()].size()));

Completed in 100 milliseconds