Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DDarwinSDKInfo.cpp73 StringRef XcodePlatform = CanonicalName->slice(0, VersionStart); in parseOS() local
74 return llvm::StringSwitch<llvm::Triple::OSType>(XcodePlatform) in parseOS()