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

  /external/clang/include/clang/StaticAnalyzer/Frontend/
FrontendActions.h 25 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
  /external/clang/lib/StaticAnalyzer/Frontend/
FrontendActions.cpp 16 ASTConsumer *AnalysisAction::CreateASTConsumer(CompilerInstance &CI,
  /external/clang/include/clang/Frontend/
FrontendActions.h 28 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
43 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
49 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
55 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
61 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
67 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
73 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
84 /// create the PCHGenerator instance returned by CreateASTConsumer.
98 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
111 /// create the PCHGenerator instance returned by CreateASTConsumer
    [all...]
FrontendAction.h 44 /// CreateASTConsumer - Create the AST consumer object for this action, if
58 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
218 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
236 /// CreateASTConsumer - Provide a default implementation which returns aborts,
238 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
254 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
  /external/clang/include/clang/Rewrite/
FrontendActions.h 25 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
34 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
62 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
  /external/clang/include/clang/ARCMigrate/
ARCMTActions.h 40 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
70 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &CI,StringRef InFile);
  /external/clang/lib/Frontend/
FrontendActions.cpp 35 ASTConsumer *InitOnlyAction::CreateASTConsumer(CompilerInstance &CI,
47 ASTConsumer *ASTPrintAction::CreateASTConsumer(CompilerInstance &CI,
54 ASTConsumer *ASTDumpAction::CreateASTConsumer(CompilerInstance &CI,
59 ASTConsumer *ASTDumpXMLAction::CreateASTConsumer(CompilerInstance &CI,
70 ASTConsumer *ASTViewAction::CreateASTConsumer(CompilerInstance &CI,
75 ASTConsumer *DeclContextPrintAction::CreateASTConsumer(CompilerInstance &CI,
80 ASTConsumer *GeneratePCHAction::CreateASTConsumer(CompilerInstance &CI,
117 ASTConsumer *GenerateModuleAction::CreateASTConsumer(CompilerInstance &CI,
352 ASTConsumer *SyntaxOnlyAction::CreateASTConsumer(CompilerInstance &CI,
ASTMerge.cpp 19 ASTConsumer *ASTMergeAction::CreateASTConsumer(CompilerInstance &CI,
21 return AdaptedAction->CreateASTConsumer(CI, InFile);
FrontendAction.cpp 127 ASTConsumer* Consumer = CreateASTConsumer(CI, InFile);
150 Consumers.push_back(c->CreateASTConsumer(CI, InFile));
422 PreprocessorFrontendAction::CreateASTConsumer(CompilerInstance &CI,
424 llvm_unreachable("Invalid CreateASTConsumer on preprocessor action!");
427 ASTConsumer *WrapperFrontendAction::CreateASTConsumer(CompilerInstance &CI,
429 return WrappedAction->CreateASTConsumer(CI, InFile);
ASTUnit.cpp 904 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
    [all...]
  /external/clang/lib/Rewrite/
FrontendActions.cpp 33 ASTConsumer *HTMLPrintAction::CreateASTConsumer(CompilerInstance &CI,
43 ASTConsumer *FixItAction::CreateASTConsumer(CompilerInstance &CI,
155 ASTConsumer *RewriteObjCAction::CreateASTConsumer(CompilerInstance &CI,
  /external/clang/examples/PrintFunctionNames/
PrintFunctionNames.cpp 39 ASTConsumer *CreateASTConsumer(CompilerInstance &CI, llvm::StringRef) {
  /external/clang/include/clang/CodeGen/
CodeGenAction.h 40 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
  /external/clang/unittests/Frontend/
FrontendActionTest.cpp 30 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
  /external/clang/unittests/Tooling/
ToolingTest.cpp 23 /// Takes an ast consumer and returns it from CreateASTConsumer. This only
32 virtual clang::ASTConsumer* CreateASTConsumer(
  /external/clang/lib/ARCMigrate/
ObjCMT.cpp 93 ASTConsumer *ObjCMigrateAction::CreateASTConsumer(CompilerInstance &CI,
96 WrappedConsumer = WrapperFrontendAction::CreateASTConsumer(CI, InFile);
217 ASTConsumer *MigrateSourceAction::CreateASTConsumer(CompilerInstance &CI,
ARCMT.cpp 473 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
  /external/clang/lib/CodeGen/
CodeGenAction.cpp 323 ASTConsumer *CodeGenAction::CreateASTConsumer(CompilerInstance &CI,
  /external/clang/tools/libclang/
Indexing.cpp 190 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
  /external/v8/tools/gcmole/
gcmole.cc     [all...]

Completed in 2285 milliseconds