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

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Frontend/
H A DFrontendActions.cpp17 AnalysisAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { function in class:AnalysisAction
25 ParseModelFileAction::CreateASTConsumer(CompilerInstance &CI, function in class:ParseModelFileAction
/freebsd-11.0-release/contrib/llvm/tools/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.0-release/contrib/llvm/tools/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,
85 /// create the PCHGenerator instance returned by CreateASTConsumer.
99 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI,
117 /// create the PCHGenerator instance returned by CreateASTConsumer
[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,
/freebsd-11.0-release/contrib/llvm/tools/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,
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/ARCMigrate/
H A DARCMTActions.h40 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI,
68 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI,
/freebsd-11.0-release/contrib/llvm/tools/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.cpp38 InitOnlyAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { function in class:InitOnlyAction
50 ASTPrintAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { function in class:ASTPrintAction
57 ASTDumpAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { function in class:ASTDumpAction
64 ASTDeclListAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { function in class:ASTDeclListAction
69 ASTViewAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { function in class:ASTViewAction
74 DeclContextPrintAction::CreateASTConsumer(CompilerInstance &CI, function in class:DeclContextPrintAction
80 GeneratePCHAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { function in class:GeneratePCHAction
126 GenerateModuleAction::CreateASTConsumer(CompilerInstance &CI, function in class:GenerateModuleAction
412 SyntaxOnlyAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { function in class:SyntaxOnlyAction
417 DumpModuleInfoAction::CreateASTConsumer(CompilerInstanc function in class:DumpModuleInfoAction
423 VerifyPCHAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { function in class:VerifyPCHAction
[all...]
H A DFrontendAction.cpp140 std::unique_ptr<ASTConsumer> Consumer = CreateASTConsumer(CI, InFile);
164 Consumers.push_back(P->CreateASTConsumer(CI, InFile));
545 PreprocessorFrontendAction::CreateASTConsumer(CompilerInstance &CI, function in class:PreprocessorFrontendAction
547 llvm_unreachable("Invalid CreateASTConsumer on preprocessor action!");
551 WrapperFrontendAction::CreateASTConsumer(CompilerInstance &CI, function in class:WrapperFrontendAction
553 return WrappedAction->CreateASTConsumer(CI, InFile);
H A DASTUnit.cpp881 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI,
907 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI,
981 PrecompilePreambleAction::CreateASTConsumer(CompilerInstance &CI, function in class:PrecompilePreambleAction
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/CodeGen/
H A DCodeGenAction.h42 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI,
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Frontend/Rewrite/
H A DFrontendActions.cpp34 HTMLPrintAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { function in class:HTMLPrintAction
44 FixItAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { function in class:FixItAction
153 RewriteObjCAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { function in class:RewriteObjCAction
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Tooling/
H A DTooling.h379 CreateASTConsumer(clang::CompilerInstance &, StringRef) override {
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DARCMT.cpp454 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI,
H A DObjCMT.cpp193 ObjCMigrateAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { function in class:ObjCMigrateAction
198 Consumers.push_back(WrapperFrontendAction::CreateASTConsumer(CI, InFile));
2013 MigrateSourceAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { function in class:MigrateSourceAction
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenAction.cpp681 CodeGenAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { function in class:CodeGenAction

Completed in 102 milliseconds