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

References

tools/clang/include/clang/Driver/Multilib.h
   57     assert(OSSuffix.empty() ||
   58            (StringRef(OSSuffix).front() == '/' && OSSuffix.size() > 1));
   58            (StringRef(OSSuffix).front() == '/' && OSSuffix.size() > 1));
   59     return OSSuffix;
  107   { return GCCSuffix.empty() && OSSuffix.empty() && IncludeSuffix.empty(); }
tools/clang/lib/Driver/Multilib.cpp
   58   normalizePathSegment(this->OSSuffix);
   69   OSSuffix = S;
   70   normalizePathSegment(OSSuffix);