Home
last modified time | relevance | path

Searched defs:Commands (Results 1 – 15 of 15) sorted by relevance

/llvm-project/llvm/tools/llvm-remarkutil/
H A DRemarkUtilRegistry.cpp21 static std::unordered_map<cl::SubCommand *, HandlerType> Commands; in getCommands() local
/llvm-project/llvm/tools/llvm-xray/
H A Dxray-registry.cpp22 static std::unordered_map<cl::SubCommand *, HandlerType> Commands; in getCommands() local
/llvm-project/lldb/docs/resources/
H A Doverview.rst50 Commands chapter
/llvm-project/clang/include/clang/Tooling/DependencyScanning/
H A DDependencyScanningTool.h64 std::vector<Command> Commands; global() member
190 std::vector<Command> Commands; global() variable
/llvm-project/clang-tools-extra/clang-query/tool/
H A DClangQuery.cpp61 static cl::list<std::string> Commands("c", cl::desc("Specify command to run"), variable
/llvm-project/clang/unittests/Driver/
H A DSanitizerArgsTest.cpp74 const auto &Commands = CompilationJob->getJobs().getJobs(); in emulateSingleCompilation() local
/llvm-project/lldb/include/lldb/Utility/
H A DLLDBLog.h22 Commands = Log::ChannelFlag<3>, enumerator
/llvm-project/clang/lib/Tooling/
H A DJSONCompilationDatabase.cpp238 std::vector<CompileCommand> Commands; in getCompileCommands() local
253 std::vector<CompileCommand> Commands; in getAllCompileCommands() local
/llvm-project/clang-tools-extra/clangd/
H A DGlobalCompilationDatabase.h199 llvm::StringMap<tooling::CompileCommand> Commands; /* GUARDED_BY(Mut) */ global() variable
H A DClangdLSPServer.cpp671 std::vector<llvm::StringRef> Commands; onInitialize() local
1104 std::vector<Command> Commands; onCodeAction() local
/llvm-project/lldb/
H A DCodeOwners.rst
/llvm-project/clang/tools/clang-scan-deps/
H A DClangScanDeps.cpp468 Array Commands; printFullOutput() local
546 std::vector<Command> Commands; global() member
/llvm-project/clang-tools-extra/clangd/unittests/
H A DGlobalCompilationDatabaseTests.cpp346 auto Commands = CDB.getCompileCommand(testPath("x/y.cpp")); TEST() local
/llvm-project/clang/unittests/Tooling/
H A DCompilationDatabaseTest.cpp143 std::vector<CompileCommand> Commands = getAllCompileCommands( local
202 std::vector<CompileCommand> Commands = Database->getCompileCommands(FileName); in findCompileArgsInJsonDatabase() local
/llvm-project/llvm/utils/TableGen/
H A DAsmWriterEmitter.cpp521 std::vector<std::string> &Commands = TableDrivenOperandPrinters[i]; EmitPrintInstruction() local
[all...]