Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/tools/clang-scan-deps/
H A DClangScanDeps.cpp382 struct InputDeps { struct in FullDeps
383 std::string FileName;
384 std::string ContextHash;
385 std::vector<std::string> FileDeps;
386 std::vector<ModuleID> ModuleDeps;
387 std::vector<std::string> DriverCommandLine;
388 std::vector<Command> Commands;