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

References

tools/clang/lib/Frontend/InitHeaderSearch.cpp
  575     if (Include.first == System || Include.first == ExternCSystem ||
  575     if (Include.first == System || Include.first == ExternCSystem ||
  576         (!Lang.ObjC && !Lang.CPlusPlus && Include.first == CSystem) ||
  578          Include.first == CXXSystem) ||
  579         (Lang.ObjC && !Lang.CPlusPlus && Include.first == ObjCSystem) ||
  580         (Lang.ObjC && Lang.CPlusPlus && Include.first == ObjCXXSystem))
  581       SearchList.push_back(Include.second);