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

  /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,
79 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
90 /// create the PCHGenerator instance returned by CreateASTConsumer.
104 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &CI
    [all...]
FrontendAction.h 64 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
224 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
243 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
260 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/include/clang/Rewrite/Frontend/
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 *ASTDeclListAction::CreateASTConsumer(CompilerInstance &CI,
64 ASTConsumer *ASTDumpXMLAction::CreateASTConsumer(CompilerInstance &CI,
75 ASTConsumer *ASTViewAction::CreateASTConsumer(CompilerInstance &CI,
80 ASTConsumer *DeclContextPrintAction::CreateASTConsumer(CompilerInstance &CI,
85 ASTConsumer *GeneratePCHAction::CreateASTConsumer(CompilerInstance &CI,
122 ASTConsumer *GenerateModuleAction::CreateASTConsumer(CompilerInstance &CI,
314 ASTConsumer *SyntaxOnlyAction::CreateASTConsumer(CompilerInstance &CI
    [all...]
ASTMerge.cpp 19 ASTConsumer *ASTMergeAction::CreateASTConsumer(CompilerInstance &CI,
21 return AdaptedAction->CreateASTConsumer(CI, InFile);
FrontendAction.cpp 130 ASTConsumer* Consumer = CreateASTConsumer(CI, InFile);
153 Consumers.push_back(c->CreateASTConsumer(CI, InFile));
476 PreprocessorFrontendAction::CreateASTConsumer(CompilerInstance &CI,
478 llvm_unreachable("Invalid CreateASTConsumer on preprocessor action!");
481 ASTConsumer *WrapperFrontendAction::CreateASTConsumer(CompilerInstance &CI,
483 return WrappedAction->CreateASTConsumer(CI, InFile);
ASTUnit.cpp     [all...]
  /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 29 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
  /external/clang/unittests/Tooling/
ToolingTest.cpp 25 /// Takes an ast consumer and returns it from CreateASTConsumer. This only
34 virtual clang::ASTConsumer* CreateASTConsumer(
175 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &Compiler,
TestVisitor.h 80 virtual clang::ASTConsumer* CreateASTConsumer(
RefactoringTest.cpp 236 virtual clang::ASTConsumer* CreateASTConsumer(
  /external/clang/lib/ARCMigrate/
ObjCMT.cpp 96 ASTConsumer *ObjCMigrateAction::CreateASTConsumer(CompilerInstance &CI,
102 WrappedConsumer = WrapperFrontendAction::CreateASTConsumer(CI, InFile);
239 ASTConsumer *MigrateSourceAction::CreateASTConsumer(CompilerInstance &CI,
ARCMT.cpp 498 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
  /external/clang/lib/Rewrite/Frontend/
FrontendActions.cpp 33 ASTConsumer *HTMLPrintAction::CreateASTConsumer(CompilerInstance &CI,
43 ASTConsumer *FixItAction::CreateASTConsumer(CompilerInstance &CI,
155 ASTConsumer *RewriteObjCAction::CreateASTConsumer(CompilerInstance &CI,
  /external/clang/include/clang/Tooling/
Tooling.h 247 clang::ASTConsumer *CreateASTConsumer(clang::CompilerInstance &,
  /external/clang/lib/CodeGen/
CodeGenAction.cpp 325 ASTConsumer *CodeGenAction::CreateASTConsumer(CompilerInstance &CI,
  /external/clang/tools/libclang/
Indexing.cpp 427 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
    [all...]
  /external/v8/tools/gcmole/
gcmole.cc     [all...]

Completed in 232 milliseconds