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

1 2

  /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.
105 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &CI
    [all...]
FrontendAction.h 64 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
232 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
251 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
268 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,
72 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &CI,StringRef InFile);
  /external/clang/lib/Frontend/
ASTMerge.cpp 19 ASTConsumer *ASTMergeAction::CreateASTConsumer(CompilerInstance &CI,
21 return AdaptedAction->CreateASTConsumer(CI, InFile);
FrontendActions.cpp 36 ASTConsumer *InitOnlyAction::CreateASTConsumer(CompilerInstance &CI,
48 ASTConsumer *ASTPrintAction::CreateASTConsumer(CompilerInstance &CI,
55 ASTConsumer *ASTDumpAction::CreateASTConsumer(CompilerInstance &CI,
61 ASTConsumer *ASTDeclListAction::CreateASTConsumer(CompilerInstance &CI,
66 ASTConsumer *ASTDumpXMLAction::CreateASTConsumer(CompilerInstance &CI,
77 ASTConsumer *ASTViewAction::CreateASTConsumer(CompilerInstance &CI,
82 ASTConsumer *DeclContextPrintAction::CreateASTConsumer(CompilerInstance &CI,
87 ASTConsumer *GeneratePCHAction::CreateASTConsumer(CompilerInstance &CI,
124 ASTConsumer *GenerateModuleAction::CreateASTConsumer(CompilerInstance &CI,
317 ASTConsumer *SyntaxOnlyAction::CreateASTConsumer(CompilerInstance &CI
    [all...]
FrontendAction.cpp 130 ASTConsumer* Consumer = CreateASTConsumer(CI, InFile);
153 Consumers.push_back(c->CreateASTConsumer(CI, InFile));
482 PreprocessorFrontendAction::CreateASTConsumer(CompilerInstance &CI,
484 llvm_unreachable("Invalid CreateASTConsumer on preprocessor action!");
487 ASTConsumer *WrapperFrontendAction::CreateASTConsumer(CompilerInstance &CI,
489 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/lib/Rewrite/Frontend/
FrontendActions.cpp 33 ASTConsumer *HTMLPrintAction::CreateASTConsumer(CompilerInstance &CI,
43 ASTConsumer *FixItAction::CreateASTConsumer(CompilerInstance &CI,
153 ASTConsumer *RewriteObjCAction::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(
182 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &Compiler,
TestVisitor.h 81 virtual clang::ASTConsumer* CreateASTConsumer(
RefactoringTest.cpp 267 virtual clang::ASTConsumer* CreateASTConsumer(
  /external/chromium_org/ppapi/tests/clang/
find_affected_interfaces.cc 128 virtual clang::ASTConsumer *CreateASTConsumer(
print_names_and_sizes.cc 152 virtual clang::ASTConsumer *CreateASTConsumer(
  /external/clang/include/clang/Tooling/
Tooling.h 269 clang::ASTConsumer *CreateASTConsumer(clang::CompilerInstance &,
  /external/clang/lib/ARCMigrate/
ObjCMT.cpp 116 ASTConsumer *ObjCMigrateAction::CreateASTConsumer(CompilerInstance &CI,
122 WrappedConsumer = WrapperFrontendAction::CreateASTConsumer(CI, InFile);
771 ASTConsumer *MigrateSourceAction::CreateASTConsumer(CompilerInstance &CI,
ARCMT.cpp 504 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
  /external/chromium_org/tools/clang/plugins/
FindBadConstructs.cpp 629 virtual ASTConsumer* CreateASTConsumer(CompilerInstance& instance,
  /external/clang/lib/CodeGen/
CodeGenAction.cpp 342 ASTConsumer *CodeGenAction::CreateASTConsumer(CompilerInstance &CI,
  /external/clang/tools/libclang/
Indexing.cpp 424 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
    [all...]

Completed in 1594 milliseconds

1 2