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

References

tools/clang/include/clang/Driver/Multilib.h
   78   const flags_list &flags() const { return Flags; }
   79   flags_list &flags() { return Flags; }
   94     Flags.push_back(F);
tools/clang/lib/Driver/Multilib.cpp
   92   for (StringRef Flag : Flags) {
  100   for (unsigned I = 0, N = Flags.size(); I != N; ++I) {
  101     StringRef Flag(Flags[I]);
  108     else if (Flags[I] != Flags[SI->getValue()])
  108     else if (Flags[I] != Flags[SI->getValue()])
  118   for (const auto &Flag : Flags)
  121   for (const auto &Flag : Other.Flags)