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

/netbsd-current/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/Rename/
H A DUSRLocFinder.cpp554 size_t LastColonPos = NewName.find_last_of(':'); local
555 if (LastColonPos != std::string::npos)
556 ReplacedName = std::string(NewName.substr(LastColonPos + 1));

Completed in 116 milliseconds