/openbsd/gnu/llvm/clang/examples/PluginsOrder/ |
H A D | PluginsOrder.cpp | 25 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() function in __anon72985bda0111::AlwaysBeforeAction 49 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() function in __anon72985bda0111::AlwaysAfterAction 73 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() function in __anon72985bda0111::CmdAfterAction 97 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() function in __anon72985bda0111::CmdBeforeAction
|
/openbsd/gnu/llvm/clang/include/clang/Frontend/ |
H A D | FrontendActions.h | 47 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() function 255 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &, in CreateASTConsumer() function 266 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &, in CreateASTConsumer() function
|
/openbsd/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/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
|
H A D | FrontendAction.cpp | 1172 PreprocessorFrontendAction::CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() function in PreprocessorFrontendAction 1181 WrapperFrontendAction::CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() function in WrapperFrontendAction
|
H A D | InterfaceStubFunctionsConsumer.cpp | 337 GenerateInterfaceStubsAction::CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() function in GenerateInterfaceStubsAction
|
H A D | PrecompiledPreamble.cpp | 311 PrecompilePreambleAction::CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() function in __anon351d56d20111::PrecompilePreambleAction
|
H A D | ASTUnit.cpp | 1026 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() function in __anonbd518b1e0411::TopLevelDeclTrackerAction
|
/openbsd/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/gnu/llvm/clang/examples/AnnotateFunctions/ |
H A D | AnnotateFunctions.cpp | 43 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() function in __anon67b60fe40111::AnnotateFunctionsAction
|
/openbsd/gnu/llvm/clang/lib/Tooling/DumpTool/ |
H A D | ClangSrcLocDump.cpp | 57 CreateASTConsumer(clang::CompilerInstance &Compiler, in CreateASTConsumer() function in ASTSrcLocGenerationAction
|
/openbsd/gnu/llvm/clang/examples/PrintFunctionNames/ |
H A D | PrintFunctionNames.cpp | 82 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() function in __anon32b5d9cc0111::PrintFunctionNamesAction
|
/openbsd/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/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/gnu/llvm/clang/examples/CallSuperAttribute/ |
H A D | CallSuperAttrInfo.cpp | 141 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() function in __anon61ecdd8f0111::CallSuperAction
|
/openbsd/gnu/llvm/clang/tools/clang-check/ |
H A D | ClangCheck.cpp | 152 CreateASTConsumer(clang::CompilerInstance &CI, StringRef InFile) override { in CreateASTConsumer() function in __anon6e931ee30111::DumpSyntaxTree
|
/openbsd/gnu/llvm/clang/lib/ExtractAPI/ |
H A D | ExtractAPIConsumer.cpp | 319 ExtractAPIAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() function in ExtractAPIAction
|
/openbsd/gnu/llvm/clang/lib/Index/ |
H A D | IndexingAction.cpp | 161 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() function in __anon481371420111::IndexAction
|
/openbsd/gnu/llvm/clang/tools/clang-refactor/ |
H A D | ClangRefactor.cpp | 450 CreateASTConsumer(clang::CompilerInstance &compiler, in getFrontendActionFactory() function in __anonf17033130111::ClangRefactorTool::getFrontendActionFactory::ToolASTAction
|
/openbsd/gnu/llvm/clang/lib/ARCMigrate/ |
H A D | ARCMT.cpp | 454 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() function in __anon500e87ec0411::ARCMTMacroTrackerAction
|
H A D | ObjCMT.cpp | 197 ObjCMigrateAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() function in ObjCMigrateAction 2007 MigrateSourceAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() function in MigrateSourceAction
|
/openbsd/gnu/llvm/clang/tools/libclang/ |
H A D | Indexing.cpp | 348 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() function in __anon0793a8420211::IndexingFrontendAction
|
/openbsd/gnu/llvm/clang/lib/CodeGen/ |
H A D | CodeGenAction.cpp | 1038 CodeGenAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() function in CodeGenAction
|