OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PrevNames
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Tooling/Refactoring/Rename/
RenamingAction.h
33
const std::vector<std::string> &
PrevNames
,
37
: NewNames(NewNames),
PrevNames
(
PrevNames
), USRList(USRList),
43
const std::vector<std::string> &NewNames, &
PrevNames
;
/src/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/Rename/
RenamingAction.cpp
187
const std::vector<std::string> &
PrevNames
,
191
: NewNames(NewNames),
PrevNames
(
PrevNames
), USRList(USRList),
197
if (
PrevNames
[I].empty())
200
HandleOneRename(Context, NewNames[I],
PrevNames
[I], USRList[I]);
234
const std::vector<std::string> &NewNames, &
PrevNames
;
270
return std::make_unique<RenamingASTConsumer>(NewNames,
PrevNames
, USRList,
/src/external/apache2/llvm/dist/clang/tools/clang-rename/
ClangRename.cpp
171
const std::vector<std::string> &
PrevNames
= FindingAction.getUSRSpellings();
173
for (const auto &PrevName :
PrevNames
) {
184
tooling::RenamingAction RenameAction(NewNames,
PrevNames
, USRList,
Completed in 1040 milliseconds
Indexes created Thu Sep 03 00:25:33 UTC 2026