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

References

lib/Option/ArgList.cpp
  142     const auto &Values = Arg->getValues();
lib/Option/Option.cpp
  137           A->getValues().push_back(Value);
  175       A->getValues().push_back(Args.getArgString(Index - getNumArgs() + i));
  212       A->getValues().push_back(Args.getArgString(Index++));
  219       A->getValues().push_back(Args.getArgString(Index) + ArgSize);
  224       A->getValues().push_back(Args.getArgString(Index++));
  271     UnaliasedA->getValues() = RawA->getValues();
  271     UnaliasedA->getValues() = RawA->getValues();
  280       UnaliasedA->getValues().push_back(Val);
  288     UnaliasedA->getValues().push_back("");
tools/clang/lib/Driver/Driver.cpp
  347       for (StringRef Val : A->getValues())
  391       for (StringRef Val : A->getValues())
  675         for (const char *Val : OpenMPTargets->getValues()) {
  979       Copy->getValues() = Opt->getValues();
tools/clang/lib/Driver/ToolChains/Darwin.cpp
 2127         for (const char *Value : A->getValues()) {
tools/clang/lib/Driver/ToolChains/Hexagon.cpp
  421     for (const char *Value : A->getValues())
tools/clang/lib/Frontend/CompilerInvocation.cpp
  179       for (const auto *Arg : A->getValues())
tools/lld/wasm/Driver.cpp
  363     for (StringRef s : arg->getValues())
tools/lldb/tools/driver/Driver.cpp
  374       for (auto value : arg->getValues())