Home
last modified time | relevance | path

Searched refs:getUSRSpellings (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/clang/include/clang/Tooling/Refactoring/Rename/
DUSRFindingAction.h51 ArrayRef<std::string> getUSRSpellings() { return SpellingNames; } in getUSRSpellings() function
/external/llvm-project/clang/tools/clang-rename/
DClangRename.cpp165 const std::vector<std::string> &PrevNames = FindingAction.getUSRSpellings(); in main()