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.cpp181 bool PrintLocations) in RenamingASTConsumer() argument
183 FileToReplaces(FileToReplaces), PrintLocations(PrintLocations) {} in RenamingASTConsumer()
202 if (PrintLocations) { in HandleOneRename()
228 bool PrintLocations; member in clang::tooling::RenamingASTConsumer
262 FileToReplaces, PrintLocations); in newASTConsumer()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMIRPrinter.cpp70 static cl::opt<bool> PrintLocations("mir-debug-loc", cl::Hidden, cl::init(true), variable
859 if (PrintLocations) { in printMI()