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

References

tools/clang/lib/Frontend/InitHeaderSearch.cpp
  576         (!Lang.ObjC && !Lang.CPlusPlus && Include.first == CSystem) ||
  576         (!Lang.ObjC && !Lang.CPlusPlus && Include.first == CSystem) ||
  577         (/*FIXME !Lang.ObjC && */ Lang.CPlusPlus &&
  579         (Lang.ObjC && !Lang.CPlusPlus && Include.first == ObjCSystem) ||
  579         (Lang.ObjC && !Lang.CPlusPlus && Include.first == ObjCSystem) ||
  580         (Lang.ObjC && Lang.CPlusPlus && Include.first == ObjCXXSystem))
  580         (Lang.ObjC && Lang.CPlusPlus && Include.first == ObjCXXSystem))