Searched refs:CreateASTConsumer (Results 1 - 20 of 20) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DFrontendActions.cpp16 AnalysisAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { function in class:AnalysisAction
24 ParseModelFileAction::CreateASTConsumer(CompilerInstance &CI, function in class:ParseModelFileAction
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Frontend/
H A DFrontendActions.h28 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI,
38 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI,
55 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI,
61 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI,
67 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI,
73 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI,
79 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI,
92 /// create the PCHGenerator instance returned by CreateASTConsumer.
112 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI,
131 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstanc
[all...]
H A DFrontendAction.h70 virtual std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI,
260 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI,
291 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI,
309 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI,
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Rewrite/Frontend/
H A DFrontendActions.h25 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI,
34 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI,
61 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI,
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/ARCMigrate/
H A DARCMTActions.h39 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI,
68 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI,
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Frontend/
H A DFrontendActions.h29 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI,
47 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI,
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DASTMerge.cpp20 ASTMergeAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { function in class:ASTMergeAction
21 return AdaptedAction->CreateASTConsumer(CI, InFile);
H A DFrontendActions.cpp57 InitOnlyAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { function in class:InitOnlyAction
69 ASTPrintAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { function in class:ASTPrintAction
77 ASTDumpAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { function in class:ASTDumpAction
85 ASTDeclListAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { function in class:ASTDeclListAction
90 ASTViewAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { function in class:ASTViewAction
95 GeneratePCHAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { function in class:GeneratePCHAction
163 GenerateModuleAction::CreateASTConsumer(CompilerInstance &CI, function in class:GenerateModuleAction
315 SyntaxOnlyAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { function in class:SyntaxOnlyAction
320 DumpModuleInfoAction::CreateASTConsumer(CompilerInstance &CI, function in class:DumpModuleInfoAction
326 VerifyPCHAction::CreateASTConsumer(CompilerInstanc function in class:VerifyPCHAction
484 TemplightDumpAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { function in class:TemplightDumpAction
[all...]
H A DFrontendAction.cpp152 std::unique_ptr<ASTConsumer> Consumer = CreateASTConsumer(CI, InFile);
205 std::unique_ptr<ASTConsumer> PluginConsumer = P->CreateASTConsumer(CI, InFile);
1050 PreprocessorFrontendAction::CreateASTConsumer(CompilerInstance &CI, function in class:PreprocessorFrontendAction
1052 llvm_unreachable("Invalid CreateASTConsumer on preprocessor action!");
1059 WrapperFrontendAction::CreateASTConsumer(CompilerInstance &CI, function in class:WrapperFrontendAction
1061 return WrappedAction->CreateASTConsumer(CI, InFile);
H A DInterfaceStubFunctionsConsumer.cpp339 GenerateInterfaceIfsExpV1Action::CreateASTConsumer(CompilerInstance &CI, function in class:GenerateInterfaceIfsExpV1Action
H A DPrecompiledPreamble.cpp134 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI,
197 PrecompilePreambleAction::CreateASTConsumer(CompilerInstance &CI, function in class:__anon515::PrecompilePreambleAction
H A DASTUnit.cpp1000 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI,
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCodeGenAction.h63 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI,
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DFrontendActions.cpp41 HTMLPrintAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { function in class:HTMLPrintAction
52 FixItAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { function in class:FixItAction
164 RewriteObjCAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { function in class:RewriteObjCAction
/freebsd-11-stable/contrib/llvm-project/clang/lib/Index/
H A DIndexingAction.cpp116 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI,
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Tooling/
H A DTooling.h433 CreateASTConsumer(CompilerInstance &, StringRef) override {
/freebsd-11-stable/contrib/llvm-project/lldb/tools/lldb-instr/
H A DInstrument.cpp335 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI,
/freebsd-11-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DARCMT.cpp453 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI,
H A DObjCMT.cpp205 ObjCMigrateAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { function in class:ObjCMigrateAction
210 Consumers.push_back(WrapperFrontendAction::CreateASTConsumer(CI, InFile));
2020 MigrateSourceAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { function in class:MigrateSourceAction
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp951 CodeGenAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { function in class:CodeGenAction

Completed in 240 milliseconds