Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/Basic/
H A DDarwinSDKInfoTest.cpp20 DarwinSDKInfo::RelatedTargetVersionMapping::parseJSON(Obj, in TEST()
55 DarwinSDKInfo::RelatedTargetVersionMapping::parseJSON(Obj, in TEST()
66 DarwinSDKInfo::RelatedTargetVersionMapping::parseJSON(Obj, VersionTuple()) in TEST()
73 DarwinSDKInfo::RelatedTargetVersionMapping::parseJSON(Obj, VersionTuple()) in TEST()
/llvm-project-15.0.7/clang/lib/Basic/
H A DDarwinSDKInfo.cpp37 DarwinSDKInfo::RelatedTargetVersionMapping::parseJSON( in parseJSON() function in DarwinSDKInfo::RelatedTargetVersionMapping
94 auto Mapping = RelatedTargetVersionMapping::parseJSON( in parseDarwinSDKSettingsJSON()
107 auto VersionMap = RelatedTargetVersionMapping::parseJSON( in parseDarwinSDKSettingsJSON()
115 auto VersionMap = RelatedTargetVersionMapping::parseJSON( in parseDarwinSDKSettingsJSON()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DDarwinSDKInfo.h108 parseJSON(const llvm::json::Object &Obj,
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DGlobalCompilationDatabase.cpp245 parseJSON(PathRef Path, llvm::StringRef Data, std::string &Error) { in parseJSON() function
283 for (const auto &Entry : {CDBFile{&CompileCommandsJson, parseJSON}, in load()
284 CDBFile{&BuildCompileCommandsJson, parseJSON}, in load()