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

  /external/clang/include/clang/Frontend/
FrontendActions.h 26 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
41 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
47 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
53 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
59 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
65 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
73 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
87 /// create the PCHGenerator instance returned by CreateASTConsumer.
99 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
122 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &CI
    [all...]
FrontendAction.h 62 /// CreateASTConsumer - Create the AST consumer object for this action, if
76 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
235 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
253 /// CreateASTConsumer - Provide a default implementation which returns aborts,
255 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
271 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
  /external/clang/include/clang/Rewrite/
FrontendActions.h 25 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
34 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
51 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
  /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/lib/Frontend/
FrontendActions.cpp 33 ASTConsumer *InitOnlyAction::CreateASTConsumer(CompilerInstance &CI,
45 ASTConsumer *ASTPrintAction::CreateASTConsumer(CompilerInstance &CI,
52 ASTConsumer *ASTDumpAction::CreateASTConsumer(CompilerInstance &CI,
57 ASTConsumer *ASTDumpXMLAction::CreateASTConsumer(CompilerInstance &CI,
68 ASTConsumer *ASTViewAction::CreateASTConsumer(CompilerInstance &CI,
73 ASTConsumer *DeclContextPrintAction::CreateASTConsumer(CompilerInstance &CI,
78 ASTConsumer *GeneratePCHAction::CreateASTConsumer(CompilerInstance &CI,
116 ASTConsumer *SyntaxOnlyAction::CreateASTConsumer(CompilerInstance &CI,
ASTMerge.cpp 19 ASTConsumer *ASTMergeAction::CreateASTConsumer(CompilerInstance &CI,
21 return AdaptedAction->CreateASTConsumer(CI, InFile);
FrontendAction.cpp 95 ASTConsumer* Consumer = CreateASTConsumer(CI, InFile);
118 Consumers.push_back(c->CreateASTConsumer(CI, InFile));
383 PreprocessorFrontendAction::CreateASTConsumer(CompilerInstance &CI,
385 llvm_unreachable("Invalid CreateASTConsumer on preprocessor action!");
388 ASTConsumer *WrapperFrontendAction::CreateASTConsumer(CompilerInstance &CI,
390 return WrappedAction->CreateASTConsumer(CI, InFile);
ASTUnit.cpp 765 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
829 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
    [all...]
  /external/clang/lib/Rewrite/
FrontendActions.cpp 30 ASTConsumer *HTMLPrintAction::CreateASTConsumer(CompilerInstance &CI,
40 ASTConsumer *FixItAction::CreateASTConsumer(CompilerInstance &CI,
93 ASTConsumer *RewriteObjCAction::CreateASTConsumer(CompilerInstance &CI,
  /external/clang/include/clang/CodeGen/
CodeGenAction.h 39 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
  /external/clang/examples/PrintFunctionNames/
PrintFunctionNames.cpp 37 ASTConsumer *CreateASTConsumer(CompilerInstance &CI, llvm::StringRef) {
  /external/clang/unittests/Frontend/
FrontendActionTest.cpp 30 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
  /external/clang/lib/CodeGen/
CodeGenAction.cpp 290 ASTConsumer *CodeGenAction::CreateASTConsumer(CompilerInstance &CI,
  /external/clang/tools/libclang/
Indexing.cpp 205 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
  /external/v8/tools/gcmole/
gcmole.cc 475 clang::ASTConsumer *CreateASTConsumer(clang::CompilerInstance &CI,
  /external/clang/lib/ARCMigrate/
ARCMT.cpp 422 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &CI,

Completed in 274 milliseconds