Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/modularize/
H A DCoverageChecker.h49 llvm::ArrayRef<std::string> CommandLine; variable
H A DCoverageChecker.cpp147 ArrayRef<std::string> CommandLine, in CoverageChecker() argument
157 ArrayRef<std::string> CommandLine, clang::ModuleMap *ModuleMap) { in createCoverageChecker() argument
H A DModularizeUtilities.cpp115 llvm::ArrayRef<std::string> CommandLine) { in doCoverageCheck() argument
H A DModularize.cpp335 std::string CommandLine; variable
/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningTool.cpp74 const std::vector<std::string> &CommandLine, StringRef CWD) { in getDependencyFile()
143 const std::vector<std::string> &CommandLine, StringRef CWD, in getTranslationUnitDependencies()
156 StringRef ModuleName, const std::vector<std::string> &CommandLine, in getModuleDependencies()
H A DDependencyScanningWorker.cpp508 computeDependencies(StringRef WorkingDirectory,const std::vector<std::string> & CommandLine,DependencyConsumer & Consumer,DependencyActionController & Controller,std::optional<StringRef> ModuleName) computeDependencies() argument
571 createAndRunToolInvocation(std::vector<std::string> CommandLine,DependencyScanningAction & Action,FileManager & FM,std::shared_ptr<clang::PCHContainerOperations> & PCHContainerOps,DiagnosticsEngine & Diags,DependencyConsumer & Consumer) createAndRunToolInvocation() argument
591 computeDependencies(StringRef WorkingDirectory,const std::vector<std::string> & CommandLine,DependencyConsumer & Consumer,DependencyActionController & Controller,DiagnosticConsumer & DC,std::optional<StringRef> ModuleName) computeDependencies() argument
[all...]
/llvm-project/clang/include/clang/Tooling/
H A DCompilationDatabase.h58 std::vector<std::string> CommandLine; member
H A DTooling.h295 std::vector<std::string> CommandLine; global() variable
[all...]
/llvm-project/clang/lib/Tooling/
H A DTooling.cpp271 void addTargetAndModeForProgramName(std::vector<std::string> &CommandLine, in addTargetAndModeForProgramName() argument
308 addExpandedResponseFiles(std::vector<std::string> & CommandLine,llvm::StringRef WorkingDir,llvm::cl::TokenizerCallback Tokenizer,llvm::vfs::FileSystem & FS) addExpandedResponseFiles() argument
353 ToolInvocation(std::vector<std::string> CommandLine,ToolAction * Action,FileManager * Files,std::shared_ptr<PCHContainerOperations> PCHContainerOps) ToolInvocation() argument
359 ToolInvocation(std::vector<std::string> CommandLine,std::unique_ptr<FrontendAction> FAction,FileManager * Files,std::shared_ptr<PCHContainerOperations> PCHContainerOps) ToolInvocation() argument
597 std::vector<std::string> CommandLine = CompileCommand.CommandLine; run() local
[all...]
H A DJSONCompilationDatabase.cpp54 CommandLineArgumentParser(StringRef CommandLine) in CommandLineArgumentParser()
132 std::vector<std::string> CommandLine; member in __anon5a1737c60111::CommandLineArgumentParser
H A DCompilationDatabase.cpp335 std::vector<const char *> CommandLine(DoubleDash + 1, Argv + Argc); in loadFromCommandLine() local
374 const Twine &Directory, ArrayRef<std::string> CommandLine) { in FixedCompilationDatabase()
/llvm-project/clang/unittests/Tooling/DependencyScanning/
H A DDependencyScannerTest.cpp210 std::vector<std::string> CommandLine = {"clang", TEST() local
244 std::vector<std::string> CommandLine = { TEST() local
/llvm-project/clang-tools-extra/clangd/unittests/
H A DTestFS.cpp67 auto CommandLine = ExtraClangFlags; in getCompileCommand() local
H A DClangdTests.cpp1120 std::vector<std::string> CommandLine = {"clangd", "-ffreestanding", TEST() local
/llvm-project/llvm/utils/KillTheDoctor/
H A DKillTheDoctor.cpp311 std::string CommandLine(ProgramToRun); in main() local
/llvm-project/clang/unittests/Tooling/
H A DExecutionTest.cpp232 FixedCompilationDatabaseWithFiles(Twine Directory,ArrayRef<std::string> Files,ArrayRef<std::string> CommandLine) FixedCompilationDatabaseWithFiles() argument
H A DCompilationDatabaseTest.cpp546 std::vector<std::string> CommandLine; in TEST() local
555 std::vector<std::string> CommandLine; in TEST() local
/llvm-project/clang/tools/clang-scan-deps/
H A DClangScanDeps.cpp91 static std::vector<const char *> CommandLine; global() variable
767 InplaceCompilationDatabase(StringRef InputFile,StringRef OutputFile,ArrayRef<const char * > CommandLine) getCompilationDatabase() argument
[all...]
/llvm-project/clang-tools-extra/clangd/index/
H A DSerialization.cpp425 std::vector<llvm::StringRef> CommandLine; member
[all...]
/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerDriver.cpp241 std::string CommandLine = Cmd.toString(); in WorkerThread() local
/llvm-project/llvm/tools/bugpoint/
H A DToolRunner.cpp354 const std::string &CommandLine, std::string &CmdPath, in lexCommand()
/llvm-project/lld/MachO/
H A DDriver.cpp261 CommandLine, // Library was passed as a regular CLI argument global() enumerator
[all...]
/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h683 CommandLine, ///< Full canonical command line (maybe -cc1) global() enumerator
/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp3008 MCSection *CommandLine = getObjFileLowering().getSectionForCommandLines(); emitModuleCommandLines() local
/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp7425 std::string CommandLine = getCodeGenOpts().RecordCommandLine; EmitCommandLineMetadata() local