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

Declarations

include/llvm/Support/CommandLine.h
 1934 void tokenizeConfigFile(StringRef Source, StringSaver &Saver,

References

lib/Support/CommandLine.cpp
 1183   if (!ExpandResponseFile(CfgFile, Saver, cl::tokenizeConfigFile, Argv,
 1186   return ExpandResponseFiles(Saver, cl::tokenizeConfigFile, Argv,
unittests/Support/CommandLineTest.cpp
  263   testCommandLineTokenizer(cl::tokenizeConfigFile, Input, Output,
  270   testCommandLineTokenizer(cl::tokenizeConfigFile, Input, Output,
  277   testCommandLineTokenizer(cl::tokenizeConfigFile, Input, Output,
  284   testCommandLineTokenizer(cl::tokenizeConfigFile, Input, Output,
  291   testCommandLineTokenizer(cl::tokenizeConfigFile, Input, Output,
  298   testCommandLineTokenizer(cl::tokenizeConfigFile, Input, Output,
  305   testCommandLineTokenizer(cl::tokenizeConfigFile, Input, Output,
  313   cl::tokenizeConfigFile("\\\n", Saver, Actual, /*MarkEOLs=*/false);
  321   cl::tokenizeConfigFile("\\\r\n", Saver, Actual, /*MarkEOLs=*/false);
  328   testCommandLineTokenizer(cl::tokenizeConfigFile, Input, Output,
  335   testCommandLineTokenizer(cl::tokenizeConfigFile, Input, Output,