/external/clang/include/clang/Frontend/ |
D | FrontendAction.h | 33 class CompilerInstance; variable 39 CompilerInstance *Instance; 44 std::unique_ptr<ASTConsumer> CreateWrappedASTConsumer(CompilerInstance &CI, 64 virtual std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, 73 virtual bool BeginInvocation(CompilerInstance &CI) { return true; } in BeginInvocation() 79 virtual bool BeginSourceFileAction(CompilerInstance &CI, in BeginSourceFileAction() 114 CompilerInstance &getCompilerInstance() const { in getCompilerInstance() 119 void setCompilerInstance(CompilerInstance *Value) { Instance = Value; } in setCompilerInstance() 211 bool BeginSourceFile(CompilerInstance &CI, const FrontendInputFile &Input); 241 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, [all …]
|
D | FrontendActions.h | 29 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, 89 ComputeASTConsumerArguments(CompilerInstance &CI, StringRef InFile, 99 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, 114 bool BeginSourceFileAction(CompilerInstance &CI, StringRef Filename) override; [all …]
|
D | PCHContainerOperations.h | 30 class CompilerInstance; variable 50 CompilerInstance &CI, const std::string &MainFileName, 77 CompilerInstance &CI, const std::string &MainFileName,
|
/external/clang/include/clang/ARCMigrate/ |
D | ARCMTActions.h | 22 bool BeginInvocation(CompilerInstance &CI) override; 30 bool BeginInvocation(CompilerInstance &CI) override; 39 bool BeginInvocation(CompilerInstance &CI) override; 40 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, 49 bool BeginInvocation(CompilerInstance &CI) override; 63 CompilerInstance *CompInst; 69 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, 71 bool BeginInvocation(CompilerInstance &CI) override;
|
/external/clang/lib/Frontend/ |
D | CompilerInstance.cpp | 55 CompilerInstance::CompilerInstance( in CompilerInstance() function in CompilerInstance 64 CompilerInstance::~CompilerInstance() { in ~CompilerInstance() 68 void CompilerInstance::setInvocation(CompilerInvocation *Value) { in setInvocation() 72 bool CompilerInstance::shouldBuildGlobalModuleIndex() const { in shouldBuildGlobalModuleIndex() 79 void CompilerInstance::setDiagnostics(DiagnosticsEngine *Value) { in setDiagnostics() 83 void CompilerInstance::setTarget(TargetInfo *Value) { Target = Value; } in setTarget() 84 void CompilerInstance::setAuxTarget(TargetInfo *Value) { AuxTarget = Value; } in setAuxTarget() 86 void CompilerInstance::setFileManager(FileManager *Value) { in setFileManager() 94 void CompilerInstance::setSourceManager(SourceManager *Value) { in setSourceManager() 98 void CompilerInstance::setPreprocessor(Preprocessor *Value) { PP = Value; } in setPreprocessor() [all …]
|
D | FrontendActions.cpp | 38 InitOnlyAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() 50 ASTPrintAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() 57 ASTDumpAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() 64 ASTDeclListAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() 69 ASTViewAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() 74 DeclContextPrintAction::CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() 80 GeneratePCHAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() 106 CompilerInstance &CI, StringRef InFile, std::string &Sysroot, in ComputeASTConsumerArguments() 129 GenerateModuleAction::CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() 267 bool GenerateModuleAction::BeginSourceFileAction(CompilerInstance &CI, in BeginSourceFileAction() [all …]
|
D | FrontendAction.cpp | 138 FrontendAction::CreateWrappedASTConsumer(CompilerInstance &CI, in CreateWrappedASTConsumer() 189 bool FrontendAction::BeginSourceFile(CompilerInstance &CI, in BeginSourceFile() 451 CompilerInstance &CI = getCompilerInstance(); in Execute() 474 CompilerInstance &CI = getCompilerInstance(); in EndSourceFile() 538 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction() 563 PreprocessorFrontendAction::CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() 569 WrapperFrontendAction::CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() 573 bool WrapperFrontendAction::BeginInvocation(CompilerInstance &CI) { in BeginInvocation() 576 bool WrapperFrontendAction::BeginSourceFileAction(CompilerInstance &CI, in BeginSourceFileAction()
|
D | ASTMerge.cpp | 20 ASTMergeAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() 24 bool ASTMergeAction::BeginSourceFileAction(CompilerInstance &CI, in BeginSourceFileAction() 35 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction()
|
/external/clang/unittests/Frontend/ |
D | FrontendActionTest.cpp | 38 bool BeginSourceFileAction(CompilerInstance &ci, in BeginSourceFileAction() 46 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() 55 Visitor(CompilerInstance &CI, bool ActOnEndOfTranslationUnit, in Visitor() 73 CompilerInstance &CI; 88 CompilerInstance compiler; in TEST() 108 CompilerInstance compiler; in TEST() 135 CompilerInstance compiler; in TEST() 181 CompilerInstance Compiler; in TEST()
|
D | CodeGenActionTest.cpp | 33 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction() 51 CompilerInstance Compiler; in TEST()
|
/external/clang/include/clang/Rewrite/Frontend/ |
D | FrontendActions.h | 25 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, 34 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, 37 bool BeginSourceFileAction(CompilerInstance &CI, 57 bool BeginInvocation(CompilerInstance &CI) override; 62 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI,
|
/external/clang/lib/Frontend/Rewrite/ |
D | FrontendActions.cpp | 35 HTMLPrintAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() 45 FixItAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() 89 bool FixItAction::BeginSourceFileAction(CompilerInstance &CI, in BeginSourceFileAction() 109 bool FixItRecompile::BeginInvocation(CompilerInstance &CI) { in BeginInvocation() 154 RewriteObjCAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() 175 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction() 183 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction() 191 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction()
|
/external/clang/lib/StaticAnalyzer/Frontend/ |
D | ModelInjector.h | 36 class CompilerInstance; variable 45 ModelInjector(CompilerInstance &CI); 65 CompilerInstance &CI;
|
D | FrontendActions.cpp | 17 AnalysisAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() 25 ParseModelFileAction::CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer()
|
/external/mesa3d/src/gallium/state_trackers/clover/llvm/ |
D | codegen.hpp | 43 const clang::CompilerInstance &c); 58 const clang::CompilerInstance &c, 68 const clang::CompilerInstance &c);
|
D | invocation.cpp | 96 std::unique_ptr<clang::CompilerInstance> 100 std::unique_ptr<clang::CompilerInstance> c { new clang::CompilerInstance }; in create_compiler_instance() 144 compile(LLVMContext &ctx, clang::CompilerInstance &c, in compile() 255 link(LLVMContext &ctx, const clang::CompilerInstance &c,
|
/external/v8/tools/clang/plugins/ |
D | FindBadConstructsAction.cpp | 20 PluginConsumer(CompilerInstance* instance, const Options& options) in PluginConsumer() 37 CompilerInstance& instance, in CreateASTConsumer() 42 bool FindBadConstructsAction::ParseArgs(const CompilerInstance& instance, in ParseArgs()
|
D | ChromeClassTester.h | 21 ChromeClassTester(clang::CompilerInstance& instance, 30 clang::CompilerInstance& instance() { return instance_; } in instance() 85 clang::CompilerInstance& instance_;
|
D | FindBadConstructsAction.h | 21 clang::CompilerInstance& instance, 23 virtual bool ParseArgs(const clang::CompilerInstance& instance,
|
/external/clang/examples/PrintFunctionNames/ |
D | PrintFunctionNames.cpp | 27 CompilerInstance &Instance; 31 PrintFunctionsConsumer(CompilerInstance &Instance, in PrintFunctionsConsumer() 82 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() 87 bool ParseArgs(const CompilerInstance &CI, in ParseArgs()
|
/external/clang/lib/ARCMigrate/ |
D | ARCMTActions.cpp | 17 bool CheckAction::BeginInvocation(CompilerInstance &CI) { in BeginInvocation() 31 bool ModifyAction::BeginInvocation(CompilerInstance &CI) { in BeginInvocation() 40 bool MigrateAction::BeginInvocation(CompilerInstance &CI) { in BeginInvocation()
|
/external/clang/include/clang/FrontendTool/ |
D | Utils.h | 20 class CompilerInstance; variable 26 bool ExecuteCompilerInvocation(CompilerInstance *Clang);
|
/external/clang/include/clang/StaticAnalyzer/Frontend/ |
D | AnalysisConsumer.h | 29 class CompilerInstance; variable 43 CreateAnalysisConsumer(CompilerInstance &CI);
|
D | FrontendActions.h | 29 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, 47 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI,
|
/external/v8/tools/clang/blink_gc_plugin/ |
D | BlinkGCPlugin.cpp | 26 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance& instance, in CreateASTConsumer() 31 bool ParseArgs(const CompilerInstance&, in ParseArgs() argument
|