Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/Rename/
H A DRenamingAction.h35 bool PrintLocations = false)
37 FileToReplaces(FileToReplaces), PrintLocations(PrintLocations) {} in NewNames()
45 bool PrintLocations; variable
/freebsd/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/
H A 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()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMIRPrinter.cpp69 static cl::opt<bool> PrintLocations("mir-debug-loc", cl::Hidden, cl::init(true), variable
883 if (PrintLocations) { in print()