Home
last modified time | relevance | path

Searched defs:getCommand (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/lib/Tooling/Refactoring/
H A DRefactoringActions.cpp31 StringRef getCommand() const override { return "extract"; } in getCommand() function in clang::tooling::__anon6dfc78800111::ExtractRefactoring
76 StringRef getCommand() const override { return "local-rename"; } in getCommand() function in clang::tooling::__anon6dfc78800111::LocalRename
/llvm-project/clang/unittests/Tooling/
H A DCompilationDatabaseTest.cpp767 std::string getCommand(llvm::StringRef F, bool MakeNative = true) { in getCommand() function in clang::tooling::InterpolateTest
954 std::string getCommand(llvm::StringRef F) { in getCommand() function in clang::tooling::TargetAndModeTest
983 std::string getCommand(llvm::StringRef F) { in getCommand() function in clang::tooling::ExpandResponseFilesTest