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 593 createOutputFile(StringRef OutputPath,
602 /// If \p OutputPath is empty, then createOutputFile will derive an output
605 /// is true, createOutputFile will create a new temporary file that must be
626 createOutputFile(StringRef OutputPath, std::string &Error,
  /external/clang/lib/Frontend/
FrontendActions.cpp 111 // We use createOutputFile here because this is exposed via libclang, and we
114 OS = CI.createOutputFile(CI.getFrontendOpts().OutputFile, /*Binary=*/true,
303 // We use createOutputFile here because this is exposed via libclang, and we
306 OS = CI.createOutputFile(CI.getFrontendOpts().OutputFile, /*Binary=*/true,
CompilerInstance.cpp 458 return createOutputFile(getFrontendOpts().OutputFile, Binary,
464 CompilerInstance::createOutputFile(StringRef OutputPath,
471 llvm::raw_fd_ostream *OS = createOutputFile(OutputPath, Error, Binary,
493 CompilerInstance::createOutputFile(StringRef OutputPath,
    [all...]

Completed in 24 milliseconds