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 344 CI.clearOutputFiles(/*EraseFiles=*/CI.getDiagnostics().hasErrorOccurred());
CompilerInstance.cpp 418 void CompilerInstance::clearOutputFiles(bool EraseFiles) {
    [all...]

Completed in 174 milliseconds