Searched refs:toJSONSorted (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/clang/tools/clang-scan-deps/ |
H A D | ClangScanDeps.cpp | 333 static llvm::json::Array toJSONSorted(const llvm::StringSet<> &Set) { in toJSONSorted() function 343 static llvm::json::Array toJSONSorted(std::vector<ModuleID> V) { in toJSONSorted() function 354 toJSONSorted(llvm::SmallVector<Module::LinkLibrary, 2> &LinkLibs) { in toJSONSorted() function 460 {"file-deps", toJSONSorted(MD.FileDeps)}, in printFullOutput() 461 {"clang-module-deps", toJSONSorted(MD.ClangModuleDeps)}, in printFullOutput() 464 {"link-libraries", toJSONSorted(MD.LinkLibraries)}}; in printFullOutput() 477 {"clang-module-deps", toJSONSorted(I.ModuleDeps)}, in printFullOutput() 488 {"clang-module-deps", toJSONSorted(I.ModuleDeps)}, in printFullOutput()
|