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

References

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