Home
last modified time | relevance | path

Searched defs:Command (Results 1 – 25 of 43) sorted by relevance

12

/llvm-project/clang/test/CodeGenCXX/
H A D2005-02-19-BitfieldStructCrash.cpp5 struct Command { struct
6 Command(QChar c) : c(c) {} in Command() function
11 Command X(QChar('c')); argument
/llvm-project/clang/include/clang/Tooling/DependencyScanning/
H A DDependencyScanningWorker.h35 struct Command { struct
48 virtual void handleBuildCommand(Command Cmd) {} in handleBuildCommand() argument
H A DDependencyScanningTool.h110 getP1689ModuleDependencyFile(const clang::tooling::CompileCommand & Command,StringRef CWD) getP1689ModuleDependencyFile() argument
/llvm-project/mlir/utils/vscode/src/
H A Dcommand.ts8 export abstract class Command extends vscode.Disposable { class
/llvm-project/clang/lib/AST/
H A DCommentCommandTraits.cpp59 StringRef Name = Command->Name; in getTypoCorrectCommandInfo() argument
74 ConsiderCorrection(&Command); in getTypoCorrectCommandInfo() local
77 if (!Command->IsUnknownCommand) in getTypoCorrectCommandInfo() local
H A DCommentSema.cpp62 actOnBlockCommandArgs(BlockCommandComment * Command,ArrayRef<BlockCommandComment::Argument> Args) actOnBlockCommandArgs() argument
67 actOnBlockCommandFinish(BlockCommandComment * Command,ParagraphComment * Paragraph) actOnBlockCommandFinish() argument
85 ParamCommandComment *Command = actOnParamCommandStart() local
230 actOnParamCommandDirectionArg(ParamCommandComment * Command,SourceLocation ArgLocBegin,SourceLocation ArgLocEnd,StringRef Arg) actOnParamCommandDirectionArg() argument
257 actOnParamCommandParamNameArg(ParamCommandComment * Command,SourceLocation ArgLocBegin,SourceLocation ArgLocEnd,StringRef Arg) actOnParamCommandParamNameArg() argument
274 actOnParamCommandFinish(ParamCommandComment * Command,ParagraphComment * Paragraph) actOnParamCommandFinish() argument
285 TParamCommandComment *Command = actOnTParamCommandStart() local
298 actOnTParamCommandParamNameArg(TParamCommandComment * Command,SourceLocation ArgLocBegin,SourceLocation ArgLocEnd,StringRef Arg) actOnTParamCommandParamNameArg() argument
355 actOnTParamCommandFinish(TParamCommandComment * Command,ParagraphComment * Paragraph) actOnTParamCommandFinish() argument
536 checkBlockCommandEmptyParagraph(BlockCommandComment * Command) checkBlockCommandEmptyParagraph() argument
554 checkReturnsCommand(const BlockCommandComment * Command) checkReturnsCommand() argument
600 checkBlockCommandDuplicate(const BlockCommandComment * Command) checkBlockCommandDuplicate() argument
638 checkDeprecatedCommand(const BlockCommandComment * Command) checkDeprecatedCommand() argument
[all...]
/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerCommand.h35 Command() : CombinedOutAndErr(false) {} in Command() function
37 explicit Command(const std::vector<std::string> &ArgsToAdd) in Command() function
40 explicit Command(const Command &Other) in Command() function
H A DFuzzerUtilPosix.cpp165 FILE *OpenProcessPipe(const char *Command, const char *Mode) { in OpenProcessPipe()
H A DFuzzerUtilWindows.cpp164 FILE *OpenProcessPipe(const char *Command, const char *Mode) { in OpenProcessPipe() argument
/llvm-project/clang/unittests/Driver/
H A DSanitizerArgsTest.cpp101 auto &Command = emulateSingleCompilation( in TEST_F() local
121 auto &Command = emulateSingleCompilation( in TEST_F() local
/llvm-project/llvm/tools/llvm-remarkutil/
H A DRemarkUtilRegistry.cpp26 HandlerType Command) { in CommandRegistration()
/llvm-project/llvm/tools/llvm-xray/
H A Dxray-registry.cpp27 HandlerType Command) { in CommandRegistration()
/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningTool.cpp26 void handleBuildCommand(Command) override {} in handleBuildCommand() argument
87 const CompileCommand &Command, StringRef CWD, std::string &MakeformatOutput, in getP1689ModuleDependencyFile()
93 const CompileCommand &Command) in getP1689ModuleDependencyFile()
/llvm-project/libc/utils/HdrGen/
H A DGenerator.h
/llvm-project/clang-tools-extra/clang-query/tool/
H A DClangQuery.cpp139 for (auto &Command : Commands) { in main() local
/llvm-project/clang/unittests/Tooling/
H A DCompilationDatabaseTest.cpp212 StringRef Command("command"); in TEST() local
324 StringRef Command("//net/path/to/compiler and some arguments"); in TEST() local
353 StringRef Command("\\\"//net/path to compiler\\\" \\\"and an argument\\\""); in TEST() local
370 StringRef Command("a command"); in TEST() local
384 StringRef Command("command"); in TEST() local
427 static std::vector<std::string> unescapeJsonCommandLine(StringRef Command) { in unescapeJsonCommandLine()
/llvm-project/lldb/utils/TableGen/
H A DLLDBOptionDefEmitter.cpp148 static void emitOptions(std::string Command, ArrayRef<const Record *> Records, in emitOptions() argument
/llvm-project/llvm/utils/lit/lit/
H A DShCommands.py1 class Command: class
/llvm-project/lldb/tools/lldb-dap/
H A DDAP.h88 enum class ReplMode { Variable = 0, Command, Auto }; global() enumerator
93 Command, global() enumerator
/llvm-project/clang-tools-extra/clangd/unittests/
H A DGlobalCompilationDatabaseTests.cpp312 auto Command = [&](llvm::StringRef Relative) { TEST() local
442 auto Command = [&](llvm::StringRef Relative) { TEST() local
[all...]
/llvm-project/clang/include/clang/Driver/
H A DCompilation.h235 void setPostCallback(const std::function<void(const Command &, int)> &CB) { in setPostCallback()
/llvm-project/clang/lib/Tooling/
H A DJSONCompilationDatabase.cpp351 std::optional<std::vector<llvm::yaml::ScalarNode *>> Command; in parse() local
/llvm-project/clang-tools-extra/clangd/index/dex/dexp/
H A DDexp.cpp90 class Command { class
[all...]
/llvm-project/clang/lib/Driver/
H A DJob.cpp39 Command::Command(const Action &Source, const Tool &Creator, Command() function in Command
[all...]
/llvm-project/clang-tools-extra/clangd/
H A DTUScheduler.h45 const tooling::CompileCommand &Command; member

12