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

  /external/clang/lib/StaticAnalyzer/Frontend/
FrontendActions.cpp 16 ASTConsumer *AnalysisAction::CreateASTConsumer(CompilerInstance &CI,
  /external/chromium_org/tools/clang/plugins/
FindBadConstructsAction.cpp 18 std::unique_ptr<ASTConsumer> FindBadConstructsAction::CreateASTConsumer(
  /external/clang/examples/PrintFunctionNames/
PrintFunctionNames.cpp 39 ASTConsumer *CreateASTConsumer(CompilerInstance &CI, llvm::StringRef) {
  /external/clang/lib/Frontend/
ASTMerge.cpp 19 ASTConsumer *ASTMergeAction::CreateASTConsumer(CompilerInstance &CI,
21 return AdaptedAction->CreateASTConsumer(CI, InFile);
FrontendAction.cpp 137 ASTConsumer* Consumer = CreateASTConsumer(CI, InFile);
160 Consumers.push_back(c->CreateASTConsumer(CI, InFile));
518 PreprocessorFrontendAction::CreateASTConsumer(CompilerInstance &CI,
520 llvm_unreachable("Invalid CreateASTConsumer on preprocessor action!");
523 ASTConsumer *WrapperFrontendAction::CreateASTConsumer(CompilerInstance &CI,
525 return WrappedAction->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 *ASTViewAction::CreateASTConsumer(CompilerInstance &CI,
71 ASTConsumer *DeclContextPrintAction::CreateASTConsumer(CompilerInstance &CI,
76 ASTConsumer *GeneratePCHAction::CreateASTConsumer(CompilerInstance &CI,
114 ASTConsumer *GenerateModuleAction::CreateASTConsumer(CompilerInstance &CI,
366 ASTConsumer *SyntaxOnlyAction::CreateASTConsumer(CompilerInstance &CI,
371 ASTConsumer *DumpModuleInfoAction::CreateASTConsumer(CompilerInstance &CI
    [all...]
ASTUnit.cpp 894 ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
919 ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
    [all...]
  /external/clang/unittests/AST/
ExternalASTSourceTest.cpp 38 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
  /external/clang/unittests/Frontend/
FrontendActionTest.cpp 41 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/Sema/
ExternalSemaSourceTest.cpp 144 CreateASTConsumer(clang::CompilerInstance &Compiler,
  /external/clang/unittests/Tooling/
ToolingTest.cpp 28 /// Takes an ast consumer and returns it from CreateASTConsumer. This only
37 virtual clang::ASTConsumer* CreateASTConsumer(
228 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &Compiler,
RefactoringTest.cpp 302 virtual clang::ASTConsumer* CreateASTConsumer(
TestVisitor.h 98 virtual clang::ASTConsumer* CreateASTConsumer(
  /external/clang/lib/CodeGen/
CodeGenAction.cpp 593 ASTConsumer *CodeGenAction::CreateASTConsumer(CompilerInstance &CI,
  /external/chromium_org/v8/tools/gcmole/
gcmole.cc     [all...]
  /external/chromium_org/tools/clang/blink_gc_plugin/
BlinkGCPlugin.cpp     [all...]
  /external/clang/lib/ARCMigrate/
ObjCMT.cpp 188 ASTConsumer *ObjCMigrateAction::CreateASTConsumer(CompilerInstance &CI,
194 WrappedConsumer = WrapperFrontendAction::CreateASTConsumer(CI, InFile);
    [all...]

Completed in 1145 milliseconds