Home
last modified time | relevance | path

Searched refs:toJSONSorted (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/clang/tools/clang-scan-deps/
H A DClangScanDeps.cpp244 static llvm::json::Array toJSONSorted(const llvm::StringSet<> &Set) { in toJSONSorted() function
252 static llvm::json::Array toJSONSorted(std::vector<ModuleID> V) { in toJSONSorted() function
316 {"file-deps", toJSONSorted(MD.FileDeps)}, in printFullOutput()
317 {"clang-module-deps", toJSONSorted(MD.ClangModuleDeps)}, in printFullOutput()
333 {"clang-module-deps", toJSONSorted(I.ModuleDeps)}, in printFullOutput()
344 {"clang-module-deps", toJSONSorted(I.ModuleDeps)}, in printFullOutput()