Home
last modified time | relevance | path

Searched refs:CreateASTConsumer (Results 1 – 25 of 26) sorted by relevance

12

/minix3/external/bsd/llvm/dist/clang/include/clang/Frontend/
H A DFrontendActions.h29 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 DFrontendAction.h64 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 DFrontendActions.h25 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 DFrontendActions.cpp17 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 DFrontendActions.h29 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 DFrontendActions.cpp37 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 DASTMerge.cpp20 ASTMergeAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() function in ASTMergeAction
21 return AdaptedAction->CreateASTConsumer(CI, InFile); in CreateASTConsumer()
H A DFrontendAction.cpp140 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 DASTUnit.cpp888 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 DARCMTActions.h40 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 DFrontendActions.cpp34 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 DRAVFrontendAction.rst21 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 DPrintFunctionNames.cpp39 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() function in __anon1e1079b20111::PrintFunctionNamesAction
/minix3/external/bsd/llvm/dist/clang/unittests/AST/
H A DExternalASTSourceTest.cpp38 virtual std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() function in TestFrontendAction
H A DEvaluateAsRValueTest.cpp61 CreateASTConsumer(clang::CompilerInstance &Compiler, in CreateASTConsumer() function in __anon4bee0f9a0111::EvaluateConstantInitializersAction
/minix3/external/bsd/llvm/dist/clang/include/clang/CodeGen/
H A DCodeGenAction.h40 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI,
/minix3/external/bsd/llvm/dist/clang/unittests/Tooling/
H A DToolingTest.cpp39 CreateASTConsumer(clang::CompilerInstance &compiler, StringRef dummy) { in CreateASTConsumer() function in clang::tooling::__anon4c88a8f00111::TestAction
236 CreateASTConsumer(CompilerInstance &Compiler, StringRef) { in CreateASTConsumer() function
H A DTestVisitor.h99 CreateASTConsumer(CompilerInstance &, llvm::StringRef dummy) { in CreateASTConsumer() function
H A DRefactoringTest.cpp303 CreateASTConsumer(clang::CompilerInstance &compiler, in CreateASTConsumer() function in clang::tooling::__anon746b0fa80111::TestVisitor::TestAction
/minix3/external/bsd/llvm/dist/clang/unittests/Frontend/
H A DFrontendActionTest.cpp45 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 DTooling.h341 CreateASTConsumer(clang::CompilerInstance &, StringRef) override { in newFrontendActionFactory()
/minix3/external/bsd/llvm/dist/clang/unittests/Sema/
H A DExternalSemaSourceTest.cpp144 CreateASTConsumer(clang::CompilerInstance &Compiler, in CreateASTConsumer() function in __anon8db642380111::ExternalSemaSourceInstaller
/minix3/external/bsd/llvm/dist/clang/lib/ARCMigrate/
H A DARCMT.cpp449 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() function in __anon84cee4520211::ARCMTMacroTrackerAction
H A DObjCMT.cpp193 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 DCodeGenAction.cpp627 CodeGenAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() function in CodeGenAction

12