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

  /external/clang/include/clang/Frontend/
CompilerInstance.h 441 /// clearOutputFiles - Clear the output file list, destroying the contained
445 void clearOutputFiles(bool EraseFiles);
  /external/clang/lib/Frontend/
FrontendAction.cpp 343 CI.clearOutputFiles(/*EraseFiles=*/CI.getDiagnostics().hasErrorOccurred());
CompilerInstance.cpp 397 void CompilerInstance::clearOutputFiles(bool EraseFiles) {

Completed in 24 milliseconds