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

References

tools/clang/lib/Basic/Module.cpp
   78   if (Platform == Feature || Target.getTriple().getOSName() == Feature ||
   78   if (Platform == Feature || Target.getTriple().getOSName() == Feature ||
   79       Env == Feature)
   99     return PlatformEnv == Feature || CmpPlatformEnv(PlatformEnv, Feature);
   99     return PlatformEnv == Feature || CmpPlatformEnv(PlatformEnv, Feature);
  101   return PlatformEnv == Feature;