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

  /external/clang/include/clang/Frontend/
CompilerInstance.h 595 createOutputFile(StringRef OutputPath,
604 /// If \p OutputPath is empty, then createOutputFile will derive an output
607 /// is true, createOutputFile will create a new temporary file that must be
628 createOutputFile(StringRef OutputPath, std::string &Error,
  /external/clang/lib/Frontend/
FrontendActions.cpp 109 // We use createOutputFile here because this is exposed via libclang, and we
112 OS = CI.createOutputFile(CI.getFrontendOpts().OutputFile, /*Binary=*/true,
300 // We use createOutputFile here because this is exposed via libclang, and we
303 OS = CI.createOutputFile(CI.getFrontendOpts().OutputFile, /*Binary=*/true,
CompilerInstance.cpp 460 return createOutputFile(getFrontendOpts().OutputFile, Binary,
466 CompilerInstance::createOutputFile(StringRef OutputPath,
473 llvm::raw_fd_ostream *OS = createOutputFile(OutputPath, Error, Binary,
495 CompilerInstance::createOutputFile(StringRef OutputPath,
    [all...]

Completed in 33 milliseconds