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

References

tools/clang/lib/Driver/ToolChains/Gnu.cpp
 1857   if (!GCCInstallPath.empty())
 1858     OS << "Selected GCC installation: " << GCCInstallPath << "\n";
 2409       GCCInstallPath = (LibDir + "/" + LibSuffix + "/" + VersionText).str();
 2410       GCCParentLibPath = (GCCInstallPath + "/../" + Suffix.ReversePath).str();
 2489           GCCInstallPath = GentooPath;
tools/clang/lib/Driver/ToolChains/Gnu.h
  222     StringRef getInstallPath() const { return GCCInstallPath; }