Home
last modified time | relevance | path

Searched refs:PrintLocations (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/clang/include/clang/Tooling/Refactoring/Rename/
DRenamingAction.h36 bool PrintLocations = false)
38 FileToReplaces(FileToReplaces), PrintLocations(PrintLocations) {} in NewNames()
46 bool PrintLocations; variable
/external/llvm-project/clang/lib/Tooling/Refactoring/Rename/
DRenamingAction.cpp190 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()
/external/llvm-project/clang/tools/clang-rename/
DClangRename.cpp86 static cl::opt<bool> PrintLocations( variable
179 Tool.getReplacements(), PrintLocations); in main()
/external/llvm-project/llvm/lib/CodeGen/
DMIRPrinter.cpp82 static cl::opt<bool> PrintLocations("mir-debug-loc", cl::Hidden, cl::init(true), variable
802 if (PrintLocations) { in print()