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

  /external/clang/lib/StaticAnalyzer/Frontend/
FrontendActions.cpp 17 AnalysisAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) {
25 ParseModelFileAction::CreateASTConsumer(CompilerInstance &CI,
  /external/clang/lib/Frontend/
ASTMerge.cpp 20 ASTMergeAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) {
21 return AdaptedAction->CreateASTConsumer(CI, InFile);
FrontendAction.cpp 140 std::unique_ptr<ASTConsumer> Consumer = CreateASTConsumer(CI, InFile);
164 Consumers.push_back(P->CreateASTConsumer(CI, InFile));
544 PreprocessorFrontendAction::CreateASTConsumer(CompilerInstance &CI,
546 llvm_unreachable("Invalid CreateASTConsumer on preprocessor action!");
550 WrapperFrontendAction::CreateASTConsumer(CompilerInstance &CI,
552 return WrappedAction->CreateASTConsumer(CI, InFile);
FrontendActions.cpp 37 InitOnlyAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) {
49 ASTPrintAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) {
56 ASTDumpAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) {
63 ASTDeclListAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) {
68 ASTViewAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) {
73 DeclContextPrintAction::CreateASTConsumer(CompilerInstance &CI,
79 GeneratePCHAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) {
117 GenerateModuleAction::CreateASTConsumer(CompilerInstance &CI,
387 SyntaxOnlyAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) {
392 DumpModuleInfoAction::CreateASTConsumer(CompilerInstance &CI
    [all...]
ASTUnit.cpp 877 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI,
903 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI,
    [all...]
  /external/clang/lib/Frontend/Rewrite/
FrontendActions.cpp 34 HTMLPrintAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) {
44 FixItAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) {
152 RewriteObjCAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) {
  /external/clang/lib/CodeGen/
CodeGenAction.cpp 625 CodeGenAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) {
  /external/v8/tools/gcmole/
gcmole.cc     [all...]
  /external/clang/lib/ARCMigrate/
ObjCMT.cpp 193 ObjCMigrateAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) {
198 Consumers.push_back(WrapperFrontendAction::CreateASTConsumer(CI, InFile));
    [all...]

Completed in 248 milliseconds