Searched refs:PlatformName (Results 1 – 4 of 4) sorted by relevance
| /NextBSD/contrib/llvm/tools/clang/include/clang/Basic/ |
| HD | TargetInfo.h | 84 mutable StringRef PlatformName; variable 855 StringRef getPlatformName() const { return PlatformName; } in getPlatformName()
|
| /NextBSD/contrib/llvm/tools/clang/lib/Basic/ |
| HD | TargetInfo.cpp | 97 PlatformName = "unknown"; in TargetInfo()
|
| HD | Targets.cpp | 90 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/ |
| HD | SemaDeclAttr.cpp | 1769 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()
|