/llvm-project/llvm/tools/llvm-remarkutil/ |
H A D | RemarkUtilRegistry.cpp | 21 static std::unordered_map<cl::SubCommand *, HandlerType> Commands; in getCommands() local
|
/llvm-project/llvm/tools/llvm-xray/ |
H A D | xray-registry.cpp | 22 static std::unordered_map<cl::SubCommand *, HandlerType> Commands; in getCommands() local
|
/llvm-project/lldb/docs/resources/ |
H A D | overview.rst | 50 Commands chapter
|
/llvm-project/clang/include/clang/Tooling/DependencyScanning/ |
H A D | DependencyScanningTool.h | 64 std::vector<Command> Commands; global() member 190 std::vector<Command> Commands; global() variable
|
/llvm-project/clang-tools-extra/clang-query/tool/ |
H A D | ClangQuery.cpp | 61 static cl::list<std::string> Commands("c", cl::desc("Specify command to run"), variable
|
/llvm-project/clang/unittests/Driver/ |
H A D | SanitizerArgsTest.cpp | 74 const auto &Commands = CompilationJob->getJobs().getJobs(); in emulateSingleCompilation() local
|
/llvm-project/lldb/include/lldb/Utility/ |
H A D | LLDBLog.h | 22 Commands = Log::ChannelFlag<3>, enumerator
|
/llvm-project/clang/lib/Tooling/ |
H A D | JSONCompilationDatabase.cpp | 238 std::vector<CompileCommand> Commands; in getCompileCommands() local 253 std::vector<CompileCommand> Commands; in getAllCompileCommands() local
|
/llvm-project/clang-tools-extra/clangd/ |
H A D | GlobalCompilationDatabase.h | 199 llvm::StringMap<tooling::CompileCommand> Commands; /* GUARDED_BY(Mut) */ global() variable
|
H A D | ClangdLSPServer.cpp | 671 std::vector<llvm::StringRef> Commands; onInitialize() local 1104 std::vector<Command> Commands; onCodeAction() local
|
/llvm-project/lldb/ |
H A D | CodeOwners.rst |
|
/llvm-project/clang/tools/clang-scan-deps/ |
H A D | ClangScanDeps.cpp | 468 Array Commands; printFullOutput() local 546 std::vector<Command> Commands; global() member
|
/llvm-project/clang-tools-extra/clangd/unittests/ |
H A D | GlobalCompilationDatabaseTests.cpp | 346 auto Commands = CDB.getCompileCommand(testPath("x/y.cpp")); TEST() local
|
/llvm-project/clang/unittests/Tooling/ |
H A D | CompilationDatabaseTest.cpp | 143 std::vector<CompileCommand> Commands = getAllCompileCommands( local 202 std::vector<CompileCommand> Commands = Database->getCompileCommands(FileName); in findCompileArgsInJsonDatabase() local
|
/llvm-project/llvm/utils/TableGen/ |
H A D | AsmWriterEmitter.cpp | 521 std::vector<std::string> &Commands = TableDrivenOperandPrinters[i]; EmitPrintInstruction() local [all...] |