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

  /external/clang/include/clang/Frontend/
FrontendActions.h 27 StringRef InFile);
42 StringRef InFile);
48 StringRef InFile);
54 StringRef InFile);
60 StringRef InFile);
66 StringRef InFile);
74 StringRef InFile);
91 StringRef InFile,
100 StringRef InFile);
123 StringRef InFile);
    [all...]
FrontendAction.h 56 StringRef InFile);
72 /// \param InFile - The current input file, provided as a convenience, \see
77 StringRef InFile) = 0;
236 StringRef InFile) = 0;
256 StringRef InFile);
272 StringRef InFile);
  /external/clang/include/clang/Rewrite/
FrontendActions.h 26 StringRef InFile);
35 StringRef InFile);
52 StringRef InFile);
ASTConsumers.h 29 ASTConsumer *CreateObjCRewriter(const std::string &InFile,
  /external/clang/include/clang/StaticAnalyzer/Frontend/
FrontendActions.h 26 StringRef InFile);
  /external/clang/lib/StaticAnalyzer/Frontend/
FrontendActions.cpp 17 StringRef InFile) {
  /external/clang/lib/Rewrite/
FrontendActions.cpp 31 StringRef InFile) {
32 if (raw_ostream *OS = CI.createDefaultOutputFile(false, InFile))
41 StringRef InFile) {
94 StringRef InFile) {
95 if (raw_ostream *OS = CI.createDefaultOutputFile(false, InFile, "cpp"))
96 return CreateObjCRewriter(InFile, OS,
RewriteObjC.cpp 174 RewriteObjC(std::string inFile, raw_ostream *OS,
525 RewriteObjC::RewriteObjC(std::string inFile, raw_ostream* OS,
528 : Diags(D), LangOpts(LOpts), InFileName(inFile), OutFile(OS),
530 IsHeader = IsHeaderFile(inFile);
539 ASTConsumer *clang::CreateObjCRewriter(const std::string& InFile,
544 return new RewriteObjC(InFile, OS, Diags, LOpts, SilenceRewriteMacroWarning);
    [all...]
  /external/clang/lib/Frontend/
FrontendActions.cpp 34 StringRef InFile) {
46 StringRef InFile) {
47 if (raw_ostream *OS = CI.createDefaultOutputFile(false, InFile))
53 StringRef InFile) {
58 StringRef InFile) {
63 OS = CI.createDefaultOutputFile(false, InFile);
69 StringRef InFile) {
74 StringRef InFile) {
79 StringRef InFile) {
83 if (ComputeASTConsumerArguments(CI, InFile, Sysroot, OutputFile, OS)
    [all...]
FrontendAction.cpp 94 StringRef InFile) {
95 ASTConsumer* Consumer = CreateASTConsumer(CI, InFile);
118 Consumers.push_back(c->CreateASTConsumer(CI, InFile));
384 StringRef InFile) {
389 StringRef InFile) {
390 return WrappedAction->CreateASTConsumer(CI, InFile);
ASTMerge.cpp 20 StringRef InFile) {
21 return AdaptedAction->CreateASTConsumer(CI, InFile);
CompilerInstance.cpp 450 StringRef InFile,
453 /*RemoveFileOnSignal=*/true, InFile, Extension);
459 StringRef InFile,
465 InFile, Extension,
488 StringRef InFile,
496 } else if (InFile == "-") {
499 llvm::sys::Path Path(InFile);
624 const std::string &InFile = getFrontendOpts().Inputs[i].second;
630 if (Act.BeginSourceFile(*this, InFile, getFrontendOpts().Inputs[i].first)) {
    [all...]
ASTUnit.cpp 766 StringRef InFile) {
830 StringRef InFile) {
834 if (GeneratePCHAction::ComputeASTConsumerArguments(CI, InFile, Sysroot,
    [all...]
  /external/clang/include/clang/CodeGen/
CodeGenAction.h 40 StringRef InFile);
  /external/clang/lib/CodeGen/
CodeGenAction.cpp 53 const std::string &infile, raw_ostream *OS,
62 Gen(CreateLLVMCodeGen(Diags, infile, compopts, C)) {
271 StringRef InFile,
275 return CI.createDefaultOutputFile(false, InFile, "s");
277 return CI.createDefaultOutputFile(false, InFile, "ll");
279 return CI.createDefaultOutputFile(true, InFile, "bc");
284 return CI.createDefaultOutputFile(true, InFile, "o");
291 StringRef InFile) {
293 llvm::OwningPtr<raw_ostream> OS(GetOutputStream(CI, InFile, BA));
301 CI.getFrontendOpts().ShowTimers, InFile, OS.take()
    [all...]
  /external/llvm/tools/bugpoint/
OptimizerDriver.cpp 132 tool_output_file InFile(inputFilename.c_str(), ErrInfo,
140 WriteBitcodeToFile(Program, InFile.os());
141 InFile.os().close();
142 if (InFile.os().has_error()) {
144 InFile.os().clear_error();
156 InFile.keep();
  /external/clang/unittests/Frontend/
FrontendActionTest.cpp 31 StringRef InFile) {
  /external/clang/examples/wpa/
clang-wpa.cpp 96 const std::string &InFile = InputFilenames[i];
97 llvm::OwningPtr<ASTUnit> AST(ASTUnit::LoadFromASTFile(InFile, Diags,
  /external/clang/tools/libclang/
Indexing.cpp 206 StringRef InFile) {
  /external/v8/tools/gcmole/
gcmole.cc 476 llvm::StringRef InFile) {
  /external/clang/lib/ARCMigrate/
ARCMT.cpp 423 StringRef InFile) {

Completed in 1101 milliseconds