Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/Basic/
HDTargetInfo.h84 mutable StringRef PlatformName; variable
855 StringRef getPlatformName() const { return PlatformName; } in getPlatformName()
/NextBSD/contrib/llvm/tools/clang/lib/Basic/
HDTargetInfo.cpp97 PlatformName = "unknown"; in TargetInfo()
HDTargets.cpp90 StringRef &PlatformName, in getDarwinDefines() argument
128 PlatformName = "macosx"; in getDarwinDefines()
131 PlatformName = llvm::Triple::getOSTypeName(Triple.getOS()); in getDarwinDefines()
137 if (PlatformName == "win32") { in getDarwinDefines()
215 getDarwinDefines(Builder, Opts, Triple, this->PlatformName, in getOSDefines()
393 this->PlatformName = "android"; in getOSDefines()
4933 getDarwinDefines(Builder, Opts, Triple, PlatformName, PlatformMinVersion); in getOSDefines()
5323 getDarwinDefines(Builder, Opts, Triple, PlatformName, PlatformMinVersion); in getOSDefines()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaDeclAttr.cpp1769 StringRef PlatformName in checkAvailabilityAttr() local
1771 if (PlatformName.empty()) in checkAvailabilityAttr()
1772 PlatformName = Platform->getName(); in checkAvailabilityAttr()
1779 << 1 << PlatformName << Deprecated.getAsString() in checkAvailabilityAttr()
1787 << 2 << PlatformName << Obsoleted.getAsString() in checkAvailabilityAttr()
1795 << 2 << PlatformName << Obsoleted.getAsString() in checkAvailabilityAttr()