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

References

tools/clang/lib/Driver/ToolChains/Gnu.cpp
 1669   if (PatchSuffix != RHSPatchSuffix) {
 1673     if (PatchSuffix.empty())
 1677     return PatchSuffix < RHSPatchSuffix;
 1702       GoodVersion.PatchSuffix = MinorStr.substr(EndNumber);
 1728       GoodVersion.PatchSuffix = PatchText.substr(EndNumber);
tools/clang/lib/Driver/ToolChains/Gnu.h
  173       return isOlderThan(RHS.Major, RHS.Minor, RHS.Patch, RHS.PatchSuffix);