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

1 2

  /external/clang/include/clang/StaticAnalyzer/Frontend/
FrontendActions.h 25 ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
  /external/clang/lib/StaticAnalyzer/Frontend/
FrontendActions.cpp 16 ASTConsumer *AnalysisAction::CreateASTConsumer(CompilerInstance &CI,
  /external/clang/include/clang/Frontend/
FrontendActions.h 29 ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
44 ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
50 ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
56 ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
62 ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
68 ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
74 ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
85 /// create the PCHGenerator instance returned by CreateASTConsumer.
101 ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
119 /// create the PCHGenerator instance returned by CreateASTConsumer
    [all...]
FrontendAction.h 64 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
231 ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
250 ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
267 ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
  /external/clang/include/clang/Rewrite/Frontend/
FrontendActions.h 25 ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
34 ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
62 ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
  /external/chromium_org/tools/clang/plugins/
FindBadConstructsAction.h 20 virtual clang::ASTConsumer* CreateASTConsumer(
FindBadConstructsAction.cpp 18 ASTConsumer* FindBadConstructsAction::CreateASTConsumer(
  /external/clang/include/clang/ARCMigrate/
ARCMTActions.h 40 ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
68 ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
  /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 *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...]
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);
  /external/clang/examples/PrintFunctionNames/
PrintFunctionNames.cpp 39 ASTConsumer *CreateASTConsumer(CompilerInstance &CI, llvm::StringRef) {
  /external/clang/include/clang/CodeGen/
CodeGenAction.h 40 ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
  /external/clang/unittests/AST/
EvaluateAsRValueTest.cpp 62 clang::ASTConsumer *CreateASTConsumer(clang::CompilerInstance &Compiler,
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/Tooling/
TestVisitor.h 98 virtual clang::ASTConsumer* CreateASTConsumer(
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(
  /external/clang/include/clang/Tooling/
Tooling.h 338 clang::ASTConsumer *CreateASTConsumer(clang::CompilerInstance &,
  /external/clang/unittests/Sema/
ExternalSemaSourceTest.cpp 144 CreateASTConsumer(clang::CompilerInstance &Compiler,
  /external/clang/lib/ARCMigrate/
ARCMT.cpp 449 ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
ObjCMT.cpp 188 ASTConsumer *ObjCMigrateAction::CreateASTConsumer(CompilerInstance &CI,
194 WrappedConsumer = WrapperFrontendAction::CreateASTConsumer(CI, InFile);
    [all...]
  /external/clang/lib/CodeGen/
CodeGenAction.cpp 593 ASTConsumer *CodeGenAction::CreateASTConsumer(CompilerInstance &CI,

Completed in 578 milliseconds

1 2