Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/tools/clang-scan-deps/
H A DClangScanDeps.cpp542 struct InputDeps { struct in FullDeps
543 std::string FileName;
544 std::string ContextHash;
545 std::vector<std::string> FileDeps;
546 std::vector<ModuleID> ModuleDeps;
547 std::vector<std::string> DriverCommandLine;
548 std::vector<Command> Commands;