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

References

tools/clang/lib/CodeGen/BackendUtil.cpp
  503     if (!Entry.IsFramework &&
  504         (Entry.Group == frontend::IncludeDirGroup::Quoted ||
  505          Entry.Group == frontend::IncludeDirGroup::Angled ||
  506          Entry.Group == frontend::IncludeDirGroup::System))
  508           Entry.IgnoreSysRoot ? Entry.Path : HSOpts.Sysroot + Entry.Path);
  508           Entry.IgnoreSysRoot ? Entry.Path : HSOpts.Sysroot + Entry.Path);
  508           Entry.IgnoreSysRoot ? Entry.Path : HSOpts.Sysroot + Entry.Path);