reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Basic/Module.cpp
   74   StringRef Platform = Target.getPlatformName();
   75   StringRef Env = Target.getTriple().getEnvironmentName();
   78   if (Platform == Feature || Target.getTriple().getOSName() == Feature ||
   91   SmallString<128> PlatformEnv = Target.getTriple().getOSAndEnvironmentName();
   98   if (Target.getTriple().isOSDarwin() && PlatformEnv.endswith("simulator"))