Searched refs:PrintLocations (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/clang/include/clang/Tooling/Refactoring/Rename/ |
| H A D | RenamingAction.h | 35 bool PrintLocations = false) 37 FileToReplaces(FileToReplaces), PrintLocations(PrintLocations) {} in NewNames() 45 bool PrintLocations; variable
|
| /llvm-project-15.0.7/clang/lib/Tooling/Refactoring/Rename/ |
| H A D | RenamingAction.cpp | 190 bool PrintLocations) in RenamingASTConsumer() argument 192 FileToReplaces(FileToReplaces), PrintLocations(PrintLocations) {} in RenamingASTConsumer() 211 if (PrintLocations) { in HandleOneRename() 237 bool PrintLocations; member in clang::tooling::RenamingASTConsumer 271 FileToReplaces, PrintLocations); in newASTConsumer()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-query/ |
| H A D | Query.cpp | 96 auto PrintLocations = [](llvm::raw_ostream &OS, auto Iter, auto End) { in dumpLocations() local 126 Iter = PrintLocations(OS, Iter, Locs.LocationAccessors.end()); in dumpLocations() 145 Iter = PrintLocations(OS, Iter, Locs.RangeAccessors.end()); in dumpLocations() 171 Iter = PrintLocations(OS, Iter, Locs.RangeAccessors.end()); in dumpLocations()
|
| /llvm-project-15.0.7/clang/tools/clang-rename/ |
| H A D | ClangRename.cpp | 86 static cl::opt<bool> PrintLocations( variable 185 Tool.getReplacements(), PrintLocations); in main()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | MIRPrinter.cpp | 69 static cl::opt<bool> PrintLocations("mir-debug-loc", cl::Hidden, cl::init(true), variable 830 if (PrintLocations) { in print()
|