clang 20.0.0git
|
#include "clang/Basic/DarwinSDKInfo.h"
#include "llvm/Support/ErrorOr.h"
#include "llvm/Support/JSON.h"
#include "llvm/Support/MemoryBuffer.h"
#include "llvm/Support/Path.h"
#include <optional>
Go to the source code of this file.
Functions | |
static std::optional< VersionTuple > | getVersionKey (const llvm::json::Object &Obj, StringRef Key) |
|
static |
Definition at line 65 of file DarwinSDKInfo.cpp.
Referenced by clang::DarwinSDKInfo::parseDarwinSDKSettingsJSON().