| /minix3/external/bsd/llvm/dist/clang/include/clang/Frontend/ |
| H A D | FrontendActions.h | 29 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, 44 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, 50 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, 56 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, 62 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, 68 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, 74 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, 101 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, 131 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, 142 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, [all …]
|
| H A D | FrontendAction.h | 64 virtual std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, 241 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, 259 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, 276 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI,
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/Rewrite/Frontend/ |
| H A D | FrontendActions.h | 25 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, 34 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, 62 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI,
|
| /minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Frontend/ |
| H A D | FrontendActions.cpp | 17 AnalysisAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() function in AnalysisAction 25 ParseModelFileAction::CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() function in ParseModelFileAction
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/StaticAnalyzer/Frontend/ |
| H A D | FrontendActions.h | 29 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, 47 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI,
|
| /minix3/external/bsd/llvm/dist/clang/lib/Frontend/ |
| H A D | FrontendActions.cpp | 37 InitOnlyAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() function in InitOnlyAction 49 ASTPrintAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() function in ASTPrintAction 56 ASTDumpAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() function in ASTDumpAction 63 ASTDeclListAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() function in ASTDeclListAction 68 ASTViewAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() function in ASTViewAction 73 DeclContextPrintAction::CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() function in DeclContextPrintAction 79 GeneratePCHAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() function in GeneratePCHAction 117 GenerateModuleAction::CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() function in GenerateModuleAction 387 SyntaxOnlyAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() function in SyntaxOnlyAction 392 DumpModuleInfoAction::CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() function in DumpModuleInfoAction [all …]
|
| H A D | ASTMerge.cpp | 20 ASTMergeAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() function in ASTMergeAction 21 return AdaptedAction->CreateASTConsumer(CI, InFile); in CreateASTConsumer()
|
| H A D | FrontendAction.cpp | 140 std::unique_ptr<ASTConsumer> Consumer = CreateASTConsumer(CI, InFile); in CreateWrappedASTConsumer() 164 Consumers.push_back(P->CreateASTConsumer(CI, InFile)); in CreateWrappedASTConsumer() 533 PreprocessorFrontendAction::CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() function in PreprocessorFrontendAction 539 WrapperFrontendAction::CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() function in WrapperFrontendAction 541 return WrappedAction->CreateASTConsumer(CI, InFile); in CreateASTConsumer()
|
| H A D | ASTUnit.cpp | 888 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() function in __anonf211e7840311::TopLevelDeclTrackerAction 914 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, 978 PrecompilePreambleAction::CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() function in PrecompilePreambleAction
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/ARCMigrate/ |
| H A D | ARCMTActions.h | 40 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, 68 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI,
|
| /minix3/external/bsd/llvm/dist/clang/lib/Frontend/Rewrite/ |
| H A D | FrontendActions.cpp | 34 HTMLPrintAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() function in HTMLPrintAction 44 FixItAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() function in FixItAction 152 RewriteObjCAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() function in RewriteObjCAction
|
| /minix3/external/bsd/llvm/dist/clang/docs/ |
| H A D | RAVFrontendAction.rst | 21 CreateASTConsumer method that returns an ASTConsumer per translation 28 virtual std::unique_ptr<clang::ASTConsumer> CreateASTConsumer( 110 CreateASTConsumer. We can thus extract it there and hand it into our 115 virtual std::unique_ptr<clang::ASTConsumer> CreateASTConsumer( 190 virtual std::unique_ptr<clang::ASTConsumer> CreateASTConsumer(
|
| /minix3/external/bsd/llvm/dist/clang/examples/PrintFunctionNames/ |
| H A D | PrintFunctionNames.cpp | 39 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() function in __anon1e1079b20111::PrintFunctionNamesAction
|
| /minix3/external/bsd/llvm/dist/clang/unittests/AST/ |
| H A D | ExternalASTSourceTest.cpp | 38 virtual std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() function in TestFrontendAction
|
| H A D | EvaluateAsRValueTest.cpp | 61 CreateASTConsumer(clang::CompilerInstance &Compiler, in CreateASTConsumer() function in __anon4bee0f9a0111::EvaluateConstantInitializersAction
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/CodeGen/ |
| H A D | CodeGenAction.h | 40 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI,
|
| /minix3/external/bsd/llvm/dist/clang/unittests/Tooling/ |
| H A D | ToolingTest.cpp | 39 CreateASTConsumer(clang::CompilerInstance &compiler, StringRef dummy) { in CreateASTConsumer() function in clang::tooling::__anon4c88a8f00111::TestAction 236 CreateASTConsumer(CompilerInstance &Compiler, StringRef) { in CreateASTConsumer() function
|
| H A D | TestVisitor.h | 99 CreateASTConsumer(CompilerInstance &, llvm::StringRef dummy) { in CreateASTConsumer() function
|
| H A D | RefactoringTest.cpp | 303 CreateASTConsumer(clang::CompilerInstance &compiler, in CreateASTConsumer() function in clang::tooling::__anon746b0fa80111::TestVisitor::TestAction
|
| /minix3/external/bsd/llvm/dist/clang/unittests/Frontend/ |
| H A D | FrontendActionTest.cpp | 45 virtual std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() function in __anonc9cb77760111::TestASTFrontendAction
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/Tooling/ |
| H A D | Tooling.h | 341 CreateASTConsumer(clang::CompilerInstance &, StringRef) override { in newFrontendActionFactory()
|
| /minix3/external/bsd/llvm/dist/clang/unittests/Sema/ |
| H A D | ExternalSemaSourceTest.cpp | 144 CreateASTConsumer(clang::CompilerInstance &Compiler, in CreateASTConsumer() function in __anon8db642380111::ExternalSemaSourceInstaller
|
| /minix3/external/bsd/llvm/dist/clang/lib/ARCMigrate/ |
| H A D | ARCMT.cpp | 449 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() function in __anon84cee4520211::ARCMTMacroTrackerAction
|
| H A D | ObjCMT.cpp | 193 ObjCMigrateAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() function in ObjCMigrateAction 198 Consumers.push_back(WrapperFrontendAction::CreateASTConsumer(CI, InFile)); in CreateASTConsumer() 2011 MigrateSourceAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() function in MigrateSourceAction
|
| /minix3/external/bsd/llvm/dist/clang/lib/CodeGen/ |
| H A D | CodeGenAction.cpp | 627 CodeGenAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() function in CodeGenAction
|