/external/clang/include/clang/Frontend/ |
D | FrontendAction.h | 33 class CompilerInstance; variable 39 CompilerInstance *Instance; 44 ASTConsumer* CreateWrappedASTConsumer(CompilerInstance &CI, 64 virtual 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() 202 bool BeginSourceFile(CompilerInstance &CI, const FrontendInputFile &Input); 231 ASTConsumer *CreateASTConsumer(CompilerInstance &CI, [all …]
|
D | FrontendActions.h | 29 ASTConsumer *CreateASTConsumer(CompilerInstance &CI, 44 ASTConsumer *CreateASTConsumer(CompilerInstance &CI, 50 ASTConsumer *CreateASTConsumer(CompilerInstance &CI, 56 ASTConsumer *CreateASTConsumer(CompilerInstance &CI, 62 ASTConsumer *CreateASTConsumer(CompilerInstance &CI, 68 ASTConsumer *CreateASTConsumer(CompilerInstance &CI, 74 ASTConsumer *CreateASTConsumer(CompilerInstance &CI, 88 static bool ComputeASTConsumerArguments(CompilerInstance &CI, 101 ASTConsumer *CreateASTConsumer(CompilerInstance &CI, 116 bool BeginSourceFileAction(CompilerInstance &CI, StringRef Filename) override; [all …]
|
D | CompilerInstance.h | 68 class CompilerInstance : public ModuleLoader { 156 CompilerInstance(const CompilerInstance &) LLVM_DELETED_FUNCTION; 157 void operator=(const CompilerInstance &) LLVM_DELETED_FUNCTION; 159 explicit CompilerInstance(bool BuildingModule = false); 160 ~CompilerInstance();
|
/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 ASTConsumer *CreateASTConsumer(CompilerInstance &CI, 49 bool BeginInvocation(CompilerInstance &CI) override; 62 CompilerInstance *CompInst; 68 ASTConsumer *CreateASTConsumer(CompilerInstance &CI, 70 bool BeginInvocation(CompilerInstance &CI) override;
|
/external/clang/lib/Frontend/ |
D | CompilerInstance.cpp | 54 CompilerInstance::CompilerInstance(bool BuildingModule) in CompilerInstance() function in CompilerInstance 61 CompilerInstance::~CompilerInstance() { in ~CompilerInstance() 65 void CompilerInstance::setInvocation(CompilerInvocation *Value) { in setInvocation() 69 bool CompilerInstance::shouldBuildGlobalModuleIndex() const { in shouldBuildGlobalModuleIndex() 76 void CompilerInstance::setDiagnostics(DiagnosticsEngine *Value) { in setDiagnostics() 80 void CompilerInstance::setTarget(TargetInfo *Value) { in setTarget() 84 void CompilerInstance::setFileManager(FileManager *Value) { in setFileManager() 92 void CompilerInstance::setSourceManager(SourceManager *Value) { in setSourceManager() 96 void CompilerInstance::setPreprocessor(Preprocessor *Value) { PP = Value; } in setPreprocessor() 98 void CompilerInstance::setASTContext(ASTContext *Value) { Context = Value; } in setASTContext() [all …]
|
D | FrontendActions.cpp | 36 ASTConsumer *InitOnlyAction::CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() 48 ASTConsumer *ASTPrintAction::CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() 55 ASTConsumer *ASTDumpAction::CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() 61 ASTConsumer *ASTDeclListAction::CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() 66 ASTConsumer *ASTViewAction::CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() 71 ASTConsumer *DeclContextPrintAction::CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() 76 ASTConsumer *GeneratePCHAction::CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() 90 bool GeneratePCHAction::ComputeASTConsumerArguments(CompilerInstance &CI, in ComputeASTConsumerArguments() 114 ASTConsumer *GenerateModuleAction::CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() 243 bool GenerateModuleAction::BeginSourceFileAction(CompilerInstance &CI, in BeginSourceFileAction() [all …]
|
D | FrontendAction.cpp | 135 ASTConsumer* FrontendAction::CreateWrappedASTConsumer(CompilerInstance &CI, in CreateWrappedASTConsumer() 168 bool FrontendAction::BeginSourceFile(CompilerInstance &CI, in BeginSourceFile() 407 CompilerInstance &CI = getCompilerInstance(); in Execute() 428 CompilerInstance &CI = getCompilerInstance(); in EndSourceFile() 493 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction() 518 PreprocessorFrontendAction::CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() 523 ASTConsumer *WrapperFrontendAction::CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() 527 bool WrapperFrontendAction::BeginInvocation(CompilerInstance &CI) { in BeginInvocation() 530 bool WrapperFrontendAction::BeginSourceFileAction(CompilerInstance &CI, in BeginSourceFileAction()
|
D | ASTMerge.cpp | 19 ASTConsumer *ASTMergeAction::CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() 24 bool ASTMergeAction::BeginSourceFileAction(CompilerInstance &CI, in BeginSourceFileAction() 35 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction()
|
D | ChainedIncludesSource.cpp | 34 std::vector<CompilerInstance *> CIs; 76 createASTReader(CompilerInstance &CI, StringRef pchFile, in createASTReader() 113 CompilerInstance &CI, IntrusiveRefCntPtr<ExternalSemaSource> &Reader) { in createChainedIncludesSource() 147 std::unique_ptr<CompilerInstance> Clang(new CompilerInstance()); in createChainedIncludesSource()
|
/external/clang/include/clang/Rewrite/Frontend/ |
D | FrontendActions.h | 25 ASTConsumer *CreateASTConsumer(CompilerInstance &CI, 34 ASTConsumer *CreateASTConsumer(CompilerInstance &CI, 37 bool BeginSourceFileAction(CompilerInstance &CI, 57 bool BeginInvocation(CompilerInstance &CI) override; 62 ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
|
/external/clang/lib/Rewrite/Frontend/ |
D | FrontendActions.cpp | 33 ASTConsumer *HTMLPrintAction::CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() 43 ASTConsumer *FixItAction::CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() 87 bool FixItAction::BeginSourceFileAction(CompilerInstance &CI, in BeginSourceFileAction() 107 bool FixItRecompile::BeginInvocation(CompilerInstance &CI) { in BeginInvocation() 153 ASTConsumer *RewriteObjCAction::CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() 170 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction() 178 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction() 186 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction()
|
/external/clang/unittests/Frontend/ |
D | FrontendActionTest.cpp | 34 virtual bool BeginSourceFileAction(CompilerInstance &ci, StringRef filename) { in BeginSourceFileAction() 41 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() 73 CompilerInstance compiler; in TEST() 92 CompilerInstance compiler; in TEST()
|
/external/clang/lib/ARCMigrate/ |
D | ARCMTActions.cpp | 17 bool CheckAction::BeginInvocation(CompilerInstance &CI) { in BeginInvocation() 30 bool ModifyAction::BeginInvocation(CompilerInstance &CI) { in BeginInvocation() 38 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/chromium_org/tools/clang/plugins/ |
D | ChromeClassTester.h | 19 explicit ChromeClassTester(clang::CompilerInstance& instance); 27 clang::CompilerInstance& instance() { return instance_; } in instance() 74 clang::CompilerInstance& instance_;
|
D | FindBadConstructsAction.h | 21 clang::CompilerInstance& instance, 23 virtual bool ParseArgs(const clang::CompilerInstance& instance,
|
D | FindBadConstructsAction.cpp | 19 CompilerInstance& instance, in CreateASTConsumer() 24 bool FindBadConstructsAction::ParseArgs(const CompilerInstance& instance, in ParseArgs()
|
/external/clang/examples/PrintFunctionNames/ |
D | PrintFunctionNames.cpp | 39 ASTConsumer *CreateASTConsumer(CompilerInstance &CI, llvm::StringRef) { in CreateASTConsumer() 43 bool ParseArgs(const CompilerInstance &CI, in ParseArgs()
|
/external/clang/unittests/AST/ |
D | ExternalASTSourceTest.cpp | 38 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() 48 CompilerInstance Compiler; in testExternalASTSource()
|
/external/clang/tools/driver/ |
D | cc1_main.cpp | 68 std::unique_ptr<CompilerInstance> Clang(new CompilerInstance()); in cc1_main()
|
/external/clang/lib/FrontendTool/ |
D | ExecuteCompilerInvocation.cpp | 34 static FrontendAction *CreateFrontendBaseAction(CompilerInstance &CI) { in CreateFrontendBaseAction() 132 static FrontendAction *CreateFrontendAction(CompilerInstance &CI) { in CreateFrontendAction() 182 bool clang::ExecuteCompilerInvocation(CompilerInstance *Clang) { in ExecuteCompilerInvocation()
|
/external/clang/docs/ |
D | RAVFrontendAction.rst | 29 clang::CompilerInstance &Compiler, llvm::StringRef InFile) { 108 The ASTContext is available from the CompilerInstance during the call to 115 clang::CompilerInstance &Compiler, llvm::StringRef InFile) { 147 #include "clang/Frontend/CompilerInstance.h" 189 clang::CompilerInstance &Compiler, llvm::StringRef InFile) {
|
/external/clang/include/clang/Tooling/ |
D | Tooling.h | 111 virtual bool handleBeginSource(CompilerInstance &CI, StringRef Filename) { in handleBeginSource() 338 clang::ASTConsumer *CreateASTConsumer(clang::CompilerInstance &, in newFrontendActionFactory() 344 bool BeginSourceFileAction(CompilerInstance &CI, in newFrontendActionFactory()
|
/external/clang/lib/StaticAnalyzer/Frontend/ |
D | FrontendActions.cpp | 16 ASTConsumer *AnalysisAction::CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer()
|
/external/clang/include/clang/StaticAnalyzer/Frontend/ |
D | FrontendActions.h | 25 ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
|