Home
last modified time | relevance | path

Searched refs:CompilerInstance (Results 1 – 25 of 59) sorted by relevance

123

/external/clang/include/clang/Frontend/
DFrontendAction.h33 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 …]
DFrontendActions.h29 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 …]
DCompilerInstance.h68 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/
DARCMTActions.h22 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/
DCompilerInstance.cpp54 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 …]
DFrontendActions.cpp36 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 …]
DFrontendAction.cpp135 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()
DASTMerge.cpp19 ASTConsumer *ASTMergeAction::CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer()
24 bool ASTMergeAction::BeginSourceFileAction(CompilerInstance &CI, in BeginSourceFileAction()
35 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction()
DChainedIncludesSource.cpp34 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/
DFrontendActions.h25 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/
DFrontendActions.cpp33 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/
DFrontendActionTest.cpp34 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/
DARCMTActions.cpp17 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/
DUtils.h20 class CompilerInstance; variable
26 bool ExecuteCompilerInvocation(CompilerInstance *Clang);
/external/chromium_org/tools/clang/plugins/
DChromeClassTester.h19 explicit ChromeClassTester(clang::CompilerInstance& instance);
27 clang::CompilerInstance& instance() { return instance_; } in instance()
74 clang::CompilerInstance& instance_;
DFindBadConstructsAction.h21 clang::CompilerInstance& instance,
23 virtual bool ParseArgs(const clang::CompilerInstance& instance,
DFindBadConstructsAction.cpp19 CompilerInstance& instance, in CreateASTConsumer()
24 bool FindBadConstructsAction::ParseArgs(const CompilerInstance& instance, in ParseArgs()
/external/clang/examples/PrintFunctionNames/
DPrintFunctionNames.cpp39 ASTConsumer *CreateASTConsumer(CompilerInstance &CI, llvm::StringRef) { in CreateASTConsumer()
43 bool ParseArgs(const CompilerInstance &CI, in ParseArgs()
/external/clang/unittests/AST/
DExternalASTSourceTest.cpp38 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer()
48 CompilerInstance Compiler; in testExternalASTSource()
/external/clang/tools/driver/
Dcc1_main.cpp68 std::unique_ptr<CompilerInstance> Clang(new CompilerInstance()); in cc1_main()
/external/clang/lib/FrontendTool/
DExecuteCompilerInvocation.cpp34 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/
DRAVFrontendAction.rst29 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/
DTooling.h111 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/
DFrontendActions.cpp16 ASTConsumer *AnalysisAction::CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer()
/external/clang/include/clang/StaticAnalyzer/Frontend/
DFrontendActions.h25 ASTConsumer *CreateASTConsumer(CompilerInstance &CI,

123