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

12

/openbsd-current/gnu/llvm/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
/openbsd-current/gnu/llvm/clang/include/clang/StaticAnalyzer/Frontend/
H A DFrontendActions.h28 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI,
46 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI,
/openbsd-current/gnu/llvm/clang/include/clang/Frontend/
H A DFrontendActions.h26 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI,
39 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI,
47 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI,
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,
101 /// create the PCHGenerator instance returned by CreateASTConsumer.
121 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,
292 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI,
310 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI,
/openbsd-current/gnu/llvm/clang/examples/PluginsOrder/
H A DPluginsOrder.cpp25 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI,
49 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI,
73 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI,
97 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI,
/openbsd-current/gnu/llvm/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,
/openbsd-current/gnu/llvm/clang/include/clang/ARCMigrate/
H A DARCMTActions.h39 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI,
68 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI,
/openbsd-current/gnu/llvm/clang/include/clang/ExtractAPI/
H A DFrontendActions.h26 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI,
/openbsd-current/gnu/llvm/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.cpp63 InitOnlyAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { function in class:InitOnlyAction
86 ReadPCHAndPreprocessAction::CreateASTConsumer(CompilerInstance &CI, function in class:ReadPCHAndPreprocessAction
96 ASTPrintAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { function in class:ASTPrintAction
104 ASTDumpAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { function in class:ASTDumpAction
113 ASTDeclListAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { function in class:ASTDeclListAction
118 ASTViewAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { function in class:ASTViewAction
123 GeneratePCHAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { function in class:GeneratePCHAction
187 GenerateModuleAction::CreateASTConsumer(CompilerInstance &CI, function in class:GenerateModuleAction
288 SyntaxOnlyAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { function in class:SyntaxOnlyAction
293 DumpModuleInfoAction::CreateASTConsumer(CompilerInstanc function in class:DumpModuleInfoAction
299 VerifyPCHAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { function in class:VerifyPCHAction
535 TemplightDumpAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { function in class:TemplightDumpAction
[all...]
H A DFrontendAction.cpp160 std::unique_ptr<ASTConsumer> Consumer = CreateASTConsumer(CI, InFile);
214 std::unique_ptr<ASTConsumer> PluginConsumer = P->CreateASTConsumer(CI, InFile);
1172 PreprocessorFrontendAction::CreateASTConsumer(CompilerInstance &CI, function in class:PreprocessorFrontendAction
1174 llvm_unreachable("Invalid CreateASTConsumer on preprocessor action!");
1181 WrapperFrontendAction::CreateASTConsumer(CompilerInstance &CI, function in class:WrapperFrontendAction
1183 return WrappedAction->CreateASTConsumer(CI, InFile);
H A DInterfaceStubFunctionsConsumer.cpp337 GenerateInterfaceStubsAction::CreateASTConsumer(CompilerInstance &CI, function in class:GenerateInterfaceStubsAction
H A DPrecompiledPreamble.cpp242 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI,
311 PrecompilePreambleAction::CreateASTConsumer(CompilerInstance &CI, function in class:__anon641::PrecompilePreambleAction
/openbsd-current/gnu/llvm/clang/examples/AnnotateFunctions/
H A DAnnotateFunctions.cpp43 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI,
/openbsd-current/gnu/llvm/clang/include/clang/CodeGen/
H A DCodeGenAction.h64 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI,
/openbsd-current/gnu/llvm/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
/openbsd-current/gnu/llvm/clang/examples/PrintFunctionNames/
H A DPrintFunctionNames.cpp82 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI,
/openbsd-current/gnu/llvm/clang/lib/Tooling/DumpTool/
H A DClangSrcLocDump.cpp57 CreateASTConsumer(clang::CompilerInstance &Compiler,
/openbsd-current/gnu/llvm/clang/tools/clang-extdef-mapping/
H A DClangExtDefMapGen.cpp113 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI,
/openbsd-current/gnu/llvm/clang/examples/CallSuperAttribute/
H A DCallSuperAttrInfo.cpp141 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI,
/openbsd-current/gnu/llvm/lldb/tools/lldb-instr/
H A DInstrument.cpp146 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI,
/openbsd-current/gnu/llvm/clang/tools/clang-check/
H A DClangCheck.cpp152 CreateASTConsumer(clang::CompilerInstance &CI, StringRef InFile) override {
/openbsd-current/gnu/llvm/clang/lib/Index/
H A DIndexingAction.cpp161 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI,
/openbsd-current/gnu/llvm/clang/include/clang/Tooling/
H A DTooling.h437 CreateASTConsumer(CompilerInstance &, StringRef) override {
/openbsd-current/gnu/llvm/clang/lib/ExtractAPI/
H A DExtractAPIConsumer.cpp319 ExtractAPIAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { function in class:ExtractAPIAction

Completed in 309 milliseconds

12