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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/Rename/
H A DUSRFindingAction.h51 ArrayRef<std::string> getUSRSpellings() { return SpellingNames; }
58 std::vector<std::string> SpellingNames; member in struct:clang::tooling::USRFindingAction
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/
H A DUSRFindingAction.cpp192 std::vector<std::string> &SpellingNames,
196 SpellingNames(SpellingNames), USRList(USRList), Force(Force),
233 SpellingNames.push_back(std::string());
246 SpellingNames.push_back(FoundDecl->getNameAsString());
266 std::vector<std::string> &SpellingNames; member in class:clang::tooling::NamedDeclFindingConsumer
274 SymbolOffsets, QualifiedNames, SpellingNames, USRList, Force,
190 NamedDeclFindingConsumer(ArrayRef<unsigned> SymbolOffsets, ArrayRef<std::string> QualifiedNames, std::vector<std::string> &SpellingNames, std::vector<std::vector<std::string>> &USRList, bool Force, bool &ErrorOccurred) argument

Completed in 108 milliseconds