HomeSort by relevance Sort by last modified time
    Searched refs:addOutputFile (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/Frontend/
CompilerInstance.h 436 /// addOutputFile - Add an output file onto the list of tracked output files.
439 void addOutputFile(const OutputFile &OutFile);
  /external/clang/lib/Frontend/
CompilerInstance.cpp 413 void CompilerInstance::addOutputFile(const OutputFile &OutFile) {
477 addOutputFile(OutputFile((OutputPathName != "-") ? OutputPathName : "",
    [all...]

Completed in 118 milliseconds