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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/Rename/
H A DRenamingAction.h36 bool PrintLocations = false)
38 FileToReplaces(FileToReplaces), PrintLocations(PrintLocations) {}
46 bool PrintLocations; member in class:clang::tooling::RenamingAction
/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/
H A DRenamingAction.cpp190 bool PrintLocations)
192 FileToReplaces(FileToReplaces), PrintLocations(PrintLocations) {}
211 if (PrintLocations) {
237 bool PrintLocations; member in class:clang::tooling::RenamingASTConsumer
271 FileToReplaces, PrintLocations);
185 RenamingASTConsumer( const std::vector<std::string> &NewNames, const std::vector<std::string> &PrevNames, const std::vector<std::vector<std::string>> &USRList, std::map<std::string, tooling::Replacements> &FileToReplaces, bool PrintLocations) argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMIRPrinter.cpp82 static cl::opt<bool> PrintLocations("mir-debug-loc", cl::Hidden, cl::init(true),
821 if (PrintLocations) {

Completed in 58 milliseconds