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

  /external/clang/lib/Frontend/
FrontendAction.cpp 358 CI.clearOutputFiles(/*EraseFiles=*/true);
434 CI.clearOutputFiles(/*EraseFiles=*/CI.getDiagnostics().hasErrorOccurred());
CompilerInstance.cpp 426 void CompilerInstance::clearOutputFiles(bool EraseFiles) {
    [all...]
  /external/clang/include/clang/Frontend/
CompilerInstance.h 473 /// clearOutputFiles - Clear the output file list, destroying the contained
477 void clearOutputFiles(bool EraseFiles);

Completed in 29 milliseconds