| /openbsd-src/gnu/llvm/clang/include/clang/Frontend/ |
| H A D | FrontendActions.h | 26 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, 39 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, 47 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() function 64 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, 70 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, 76 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, 82 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, 88 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, 121 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, 135 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, [all …]
|
| H A D | FrontendAction.h | 70 virtual std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, 260 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, 292 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, 310 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI,
|
| /openbsd-src/gnu/llvm/clang/examples/PluginsOrder/ |
| H A D | PluginsOrder.cpp | 25 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() function in __anon71b8eca40111::AlwaysBeforeAction 49 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() function in __anon71b8eca40111::AlwaysAfterAction 73 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() function in __anon71b8eca40111::CmdAfterAction 97 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() function in __anon71b8eca40111::CmdBeforeAction
|
| /openbsd-src/gnu/llvm/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, 61 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI,
|
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Frontend/ |
| H A D | FrontendActions.cpp | 16 AnalysisAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() function in AnalysisAction 24 ParseModelFileAction::CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() function in ParseModelFileAction
|
| /openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Frontend/ |
| H A D | FrontendActions.h | 28 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, 46 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI,
|
| /openbsd-src/gnu/llvm/clang/include/clang/ARCMigrate/ |
| H A D | ARCMTActions.h | 39 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, 68 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI,
|
| /openbsd-src/gnu/llvm/clang/lib/Frontend/ |
| H A D | FrontendActions.cpp | 63 InitOnlyAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() function in InitOnlyAction 86 ReadPCHAndPreprocessAction::CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() function in ReadPCHAndPreprocessAction 96 ASTPrintAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() function in ASTPrintAction 104 ASTDumpAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() function in ASTDumpAction 113 ASTDeclListAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() function in ASTDeclListAction 118 ASTViewAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() function in ASTViewAction 123 GeneratePCHAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() function in GeneratePCHAction 187 GenerateModuleAction::CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() function in GenerateModuleAction 288 SyntaxOnlyAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() function in SyntaxOnlyAction 293 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 | 160 std::unique_ptr<ASTConsumer> Consumer = CreateASTConsumer(CI, InFile); in CreateWrappedASTConsumer() 214 std::unique_ptr<ASTConsumer> PluginConsumer = P->CreateASTConsumer(CI, InFile); in CreateWrappedASTConsumer() 1172 PreprocessorFrontendAction::CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() function in PreprocessorFrontendAction 1181 WrapperFrontendAction::CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() function in WrapperFrontendAction 1183 return WrappedAction->CreateASTConsumer(CI, InFile); in CreateASTConsumer()
|
| H A D | PrecompiledPreamble.cpp | 242 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, 311 PrecompilePreambleAction::CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() function in __anon186f2d1c0111::PrecompilePreambleAction
|
| H A D | InterfaceStubFunctionsConsumer.cpp | 337 GenerateInterfaceStubsAction::CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() function in GenerateInterfaceStubsAction
|
| /openbsd-src/gnu/llvm/clang/docs/ |
| H A D | RAVFrontendAction.rst | 21 CreateASTConsumer method that returns an ASTConsumer per translation 28 virtual std::unique_ptr<clang::ASTConsumer> CreateASTConsumer( 109 CreateASTConsumer. We can thus extract it there and hand it into our 114 virtual std::unique_ptr<clang::ASTConsumer> CreateASTConsumer( 188 virtual std::unique_ptr<clang::ASTConsumer> CreateASTConsumer(
|
| /openbsd-src/gnu/llvm/clang/lib/Frontend/Rewrite/ |
| H A D | FrontendActions.cpp | 41 HTMLPrintAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() function in HTMLPrintAction 52 FixItAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() function in FixItAction 164 RewriteObjCAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() function in RewriteObjCAction
|
| /openbsd-src/gnu/llvm/clang/include/clang/ExtractAPI/ |
| H A D | FrontendActions.h | 26 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI,
|
| /openbsd-src/gnu/llvm/clang/examples/AnnotateFunctions/ |
| H A D | AnnotateFunctions.cpp | 43 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() function in __anon2ff1a52e0111::AnnotateFunctionsAction
|
| /openbsd-src/gnu/llvm/clang/include/clang/CodeGen/ |
| H A D | CodeGenAction.h | 64 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI,
|
| /openbsd-src/gnu/llvm/clang/examples/PrintFunctionNames/ |
| H A D | PrintFunctionNames.cpp | 82 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() function in __anonf82be9960111::PrintFunctionNamesAction
|
| /openbsd-src/gnu/llvm/lldb/tools/lldb-instr/ |
| H A D | Instrument.cpp | 146 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() function in SBAction
|
| /openbsd-src/gnu/llvm/clang/examples/CallSuperAttribute/ |
| H A D | CallSuperAttrInfo.cpp | 141 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() function in __anon319b1c190111::CallSuperAction
|
| /openbsd-src/gnu/llvm/clang/lib/Tooling/DumpTool/ |
| H A D | ClangSrcLocDump.cpp | 57 CreateASTConsumer(clang::CompilerInstance &Compiler, in CreateASTConsumer() function in ASTSrcLocGenerationAction
|
| /openbsd-src/gnu/llvm/clang/tools/clang-extdef-mapping/ |
| H A D | ClangExtDefMapGen.cpp | 113 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() function in MapExtDefNamesAction
|
| /openbsd-src/gnu/llvm/clang/tools/clang-check/ |
| H A D | ClangCheck.cpp | 152 CreateASTConsumer(clang::CompilerInstance &CI, StringRef InFile) override { in CreateASTConsumer() function in __anon7571602d0111::DumpSyntaxTree
|
| /openbsd-src/gnu/llvm/clang/include/clang/Tooling/ |
| H A D | Tooling.h | 437 CreateASTConsumer(CompilerInstance &, StringRef) override { in newFrontendActionFactory()
|
| /openbsd-src/gnu/llvm/clang/lib/Index/ |
| H A D | IndexingAction.cpp | 161 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() function in __anon7f009d8c0111::IndexAction
|