Searched defs:PlatformName (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/Basic/
H A DTargets.cpp89 StringRef &PlatformName,
127 PlatformName = "macosx";
130 PlatformName = llvm::Triple::getOSTypeName(Triple.getOS());
136 if (PlatformName == "win32") {
177 getDarwinDefines(Builder, Opts, Triple, this->PlatformName,
3905 getDarwinDefines(Builder, Opts, Triple, PlatformName, PlatformMinVersion);
87 getDarwinDefines(MacroBuilder &Builder, const LangOptions &Opts, const llvm::Triple &Triple, StringRef &PlatformName, VersionTuple &PlatformMinVersion) argument
/external/clang/include/clang/Basic/
H A DTargetInfo.h81 mutable StringRef PlatformName; member in class:clang::TargetInfo
736 StringRef getPlatformName() const { return PlatformName; }
/external/clang/lib/Sema/
H A DSemaDeclAttr.cpp2034 StringRef PlatformName local
2036 if (PlatformName.empty())
2037 PlatformName = Platform->getName();
2044 << 1 << PlatformName << Deprecated.getAsString()
2052 << 2 << PlatformName << Obsoleted.getAsString()
2060 << 2 << PlatformName << Obsoleted.getAsString()

Completed in 195 milliseconds