Searched refs:PrintOptions (Results 1 - 3 of 3) sorted by relevance

/external/clang/include/clang/Driver/
H A DDriver.h316 /// PrintOptions - Print the list of arguments.
317 void PrintOptions(const llvm::opt::ArgList &Args) const;
/external/llvm/lib/Support/
H A DCommandLine.cpp1625 PrintOptions("print-options",
1654 if (!PrintOptions && !PrintAllOptions) return;
/external/clang/lib/Driver/
H A DDriver.cpp349 PrintOptions(C->getInputArgs());
625 void Driver::PrintOptions(const ArgList &Args) const { function in class:Driver

Completed in 220 milliseconds