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

References

tools/clang/lib/Basic/Module.cpp
   98   if (Target.getTriple().isOSDarwin() && PlatformEnv.endswith("simulator"))
   99     return PlatformEnv == Feature || CmpPlatformEnv(PlatformEnv, Feature);
   99     return PlatformEnv == Feature || CmpPlatformEnv(PlatformEnv, Feature);
  101   return PlatformEnv == Feature;