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

References

tools/clang/lib/Driver/ToolChains/Linux.cpp
  499   if (getVFS().exists(Path))
  500     return Path;
  502   Path = (InstallDir + "/../../../../sysroot" + Multilib.osSuffix()).str();
  504   if (getVFS().exists(Path))
  505     return Path;