| /llvm-project-15.0.7/clang/include/clang/Frontend/ |
| H A D | FrontendActions.h | 104 static bool ComputeASTConsumerArguments(CompilerInstance &CI, 110 CreateOutputFile(CompilerInstance &CI, StringRef InFile, 113 bool BeginSourceFileAction(CompilerInstance &CI) override; 118 CreateOutputFile(CompilerInstance &CI, StringRef InFile) = 0; 144 bool BeginSourceFileAction(CompilerInstance &CI) override; 152 bool BeginSourceFileAction(CompilerInstance &CI) override; 164 bool PrepareToExecuteAction(CompilerInstance &CI) override; 165 bool BeginSourceFileAction(CompilerInstance &CI) override; 174 bool BeginSourceFileAction(CompilerInstance &CI) override; 200 bool BeginInvocation(CompilerInstance &CI) override; [all …]
|
| H A D | FrontendAction.h | 33 class CompilerInstance; variable 39 CompilerInstance *Instance; 79 virtual bool BeginInvocation(CompilerInstance &CI) { return true; } in BeginInvocation() 85 virtual bool BeginSourceFileAction(CompilerInstance &CI) { in BeginSourceFileAction() 119 CompilerInstance &getCompilerInstance() const { in getCompilerInstance() 207 bool PrepareToExecute(CompilerInstance &CI) { in PrepareToExecute() 260 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, 269 virtual bool ParseArgs(const CompilerInstance &CI, 309 bool PrepareToExecuteAction(CompilerInstance &CI) override; 312 bool BeginInvocation(CompilerInstance &CI) override; [all …]
|
| /llvm-project-15.0.7/flang/lib/Frontend/ |
| H A D | CompilerInstance.cpp | 28 CompilerInstance::CompilerInstance() in CompilerInstance() function in CompilerInstance 38 CompilerInstance::~CompilerInstance() { in ~CompilerInstance() 42 void CompilerInstance::setInvocation( in setInvocation() 47 void CompilerInstance::setSemaOutputStream(raw_ostream &value) { in setSemaOutputStream() 52 void CompilerInstance::setSemaOutputStream(std::unique_ptr<raw_ostream> value) { in setSemaOutputStream() 85 CompilerInstance::createDefaultOutputFile(bool binary, llvm::StringRef baseName, in createDefaultOutputFile() 112 CompilerInstance::createOutputFileImpl(llvm::StringRef outputFilePath, in createOutputFileImpl() 135 void CompilerInstance::clearOutputFiles(bool eraseFiles) { in clearOutputFiles() 143 bool CompilerInstance::executeAction(FrontendAction &act) { in executeAction() 167 void CompilerInstance::createDiagnostics(clang::DiagnosticConsumer *client, in createDiagnostics() [all …]
|
| H A D | FrontendActions.cpp | 84 CompilerInstance &ci = this->getInstance(); in beginSourceFileAction() 178 CompilerInstance &ci = getInstance(); in executeAction() 216 CompilerInstance &ci = this->getInstance(); in executeAction() 267 CompilerInstance &ci = this->getInstance(); in executeAction() 294 CompilerInstance &ci = this->getInstance(); in executeAction() 310 CompilerInstance &ci = this->getInstance(); in executeAction() 358 CompilerInstance &ci = this->getInstance(); in executeAction() 389 CompilerInstance &ci = this->getInstance(); in executeAction() 409 CompilerInstance &ci = this->getInstance(); in executeAction() 416 CompilerInstance &ci = this->getInstance(); in executeAction() [all …]
|
| H A D | FrontendAction.cpp | 32 static void beginSourceFileCleanUp(FrontendAction &fa, CompilerInstance &ci) { in beginSourceFileCleanUp() 38 bool FrontendAction::beginSourceFile(CompilerInstance &ci, in beginSourceFile() 114 CompilerInstance &ci = getInstance(); in endSourceFile() 125 CompilerInstance &ci = this->getInstance(); in runPrescan() 148 CompilerInstance &ci = this->getInstance(); in runParse() 164 CompilerInstance &ci = this->getInstance(); in runSemanticChecks()
|
| /llvm-project-15.0.7/clang/include/clang/ARCMigrate/ |
| H A D | ARCMTActions.h | 21 bool BeginInvocation(CompilerInstance &CI) override; 29 bool BeginInvocation(CompilerInstance &CI) override; 38 bool BeginInvocation(CompilerInstance &CI) override; 39 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, 48 bool BeginInvocation(CompilerInstance &CI) override; 62 CompilerInstance *CompInst; 68 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, 70 bool BeginInvocation(CompilerInstance &CI) override;
|
| /llvm-project-15.0.7/clang/examples/PluginsOrder/ |
| H A D | PluginsOrder.cpp | 25 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() 30 bool ParseArgs(const CompilerInstance &CI, in ParseArgs() 49 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() 54 bool ParseArgs(const CompilerInstance &CI, in ParseArgs() 73 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() 78 bool ParseArgs(const CompilerInstance &CI, in ParseArgs() 97 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() 102 bool ParseArgs(const CompilerInstance &CI, in ParseArgs()
|
| /llvm-project-15.0.7/clang/lib/Frontend/ |
| H A D | CompilerInstance.cpp | 60 CompilerInstance::CompilerInstance( in CompilerInstance() function in CompilerInstance 69 CompilerInstance::~CompilerInstance() { in ~CompilerInstance() 73 void CompilerInstance::setInvocation( in setInvocation() 102 bool CompilerInstance::createTarget() { in createTarget() 181 void CompilerInstance::setSema(Sema *S) { in setSema() 214 void CompilerInstance::setModuleDepCollector( in setModuleDepCollector() 552 void CompilerInstance::createASTContext() { in createASTContext() 724 void CompilerInstance::createFrontendTimer() { in createFrontendTimer() 1330 [&](CompilerInstance &Instance) { in compileModule() 1639 void CompilerInstance::createASTReader() { in createASTReader() [all …]
|
| H A D | FrontendActions.cpp | 218 CompilerInstance &CI) { in BeginSourceFileAction() 251 CompilerInstance &CI) { in BeginSourceFileAction() 269 CompilerInstance &CI) { in PrepareToExecuteAction() 310 CompilerInstance &CI) { in BeginSourceFileAction() 374 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction() 608 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction() 1007 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction() 1099 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction() 1109 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction() 1157 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction() [all …]
|
| H A D | ChainedIncludesSource.cpp | 32 ChainedIncludesSourceImpl(std::vector<std::unique_ptr<CompilerInstance>> CIs) in ChainedIncludesSourceImpl() 52 std::vector<std::unique_ptr<CompilerInstance>> CIs; 59 std::vector<std::unique_ptr<CompilerInstance>> CIs, in ChainedIncludesSourceMembers() 72 ChainedIncludesSource(std::vector<std::unique_ptr<CompilerInstance>> CIs, in ChainedIncludesSource() 80 createASTReader(CompilerInstance &CI, StringRef pchFile, in createASTReader() 114 CompilerInstance &CI, IntrusiveRefCntPtr<ExternalSemaSource> &Reader) { in createChainedIncludesSource() 119 std::vector<std::unique_ptr<CompilerInstance>> CIs; in createChainedIncludesSource() 148 std::unique_ptr<CompilerInstance> Clang( in createChainedIncludesSource() 149 new CompilerInstance(CI.getPCHContainerOperations())); in createChainedIncludesSource()
|
| /llvm-project-15.0.7/clang/include/clang/Rewrite/Frontend/ |
| H A D | FrontendActions.h | 25 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, 34 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, 37 bool BeginSourceFileAction(CompilerInstance &CI) override; 56 bool BeginInvocation(CompilerInstance &CI) override; 61 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, 79 bool BeginSourceFileAction(CompilerInstance &CI) override;
|
| /llvm-project-15.0.7/clang/lib/Frontend/Rewrite/ |
| H A D | FrontendActions.cpp | 41 HTMLPrintAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() 52 FixItAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() 96 bool FixItAction::BeginSourceFileAction(CompilerInstance &CI) { in BeginSourceFileAction() 115 bool FixItRecompile::BeginInvocation(CompilerInstance &CI) { in BeginInvocation() 164 RewriteObjCAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() 186 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction() 195 CompilerInstance &CI = getCompilerInstance(); in ExecuteAction() 204 CompilerInstance &CI; 244 CompilerInstance Instance(CI.getPCHContainerOperations(), in visitModuleFile() 270 bool RewriteIncludesAction::BeginSourceFileAction(CompilerInstance &CI) { in BeginSourceFileAction() [all …]
|
| /llvm-project-15.0.7/clang/unittests/Frontend/ |
| H A D | FrontendActionTest.cpp | 42 bool BeginSourceFileAction(CompilerInstance &ci) override { in BeginSourceFileAction() 58 Visitor(CompilerInstance &CI, bool ActOnEndOfTranslationUnit, in Visitor() 76 CompilerInstance &CI; 91 CompilerInstance compiler; in TEST() 111 CompilerInstance compiler; in TEST() 138 CompilerInstance compiler; in TEST() 184 CompilerInstance Compiler; in TEST() 198 CompilerInstance &CI; 201 TypoExternalSemaSource(CompilerInstance &CI) : CI(CI) {} in TypoExternalSemaSource() 245 CompilerInstance Compiler; in TEST() [all …]
|
| H A D | CompilerInstanceTest.cpp | 23 TEST(CompilerInstance, DefaultVFSOverlayFromInvocation) { in TEST() argument 56 CompilerInstance::createDiagnostics(new DiagnosticOptions()); in TEST() 67 CompilerInstance Instance; in TEST() 77 TEST(CompilerInstance, AllowDiagnosticLogWithUnownedDiagnosticConsumer) { in TEST() argument 89 CompilerInstance Instance; in TEST()
|
| /llvm-project-15.0.7/flang/include/flang/Frontend/ |
| H A D | FrontendAction.h | 25 class CompilerInstance; variable 30 CompilerInstance *instance; 61 CompilerInstance &getInstance() const { in getInstance() 66 void setInstance(CompilerInstance *value) { instance = value; } in setInstance() 99 bool beginSourceFile(CompilerInstance &ci, const FrontendInputFile &input);
|
| /llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Frontend/ |
| H A D | AnalyzerHelpFlags.h | 18 class CompilerInstance; variable 22 void printCheckerHelp(llvm::raw_ostream &OS, CompilerInstance &CI); 23 void printEnabledCheckerList(llvm::raw_ostream &OS, CompilerInstance &CI); 25 void printCheckerConfigList(llvm::raw_ostream &OS, CompilerInstance &CI);
|
| /llvm-project-15.0.7/polly/lib/External/isl/interface/ |
| H A D | extract_interface.cc | 319 static TargetInfo *create_target_info(CompilerInstance *Clang, in create_target_info() 329 static TargetInfo *create_target_info(CompilerInstance *Clang, in create_target_info() 351 static void create_diagnostics(CompilerInstance *Clang) in create_diagnostics() 358 static void create_diagnostics(CompilerInstance *Clang) in create_diagnostics() 367 static void create_preprocessor(CompilerInstance *Clang) in create_preprocessor() 374 static void create_preprocessor(CompilerInstance *Clang) in create_preprocessor() 426 static void set_lang_defaults(CompilerInstance *Clang) in set_lang_defaults() 438 static void set_lang_defaults(CompilerInstance *Clang) in set_lang_defaults() 448 static void set_invocation(CompilerInstance *Clang, in set_invocation() 456 static void set_invocation(CompilerInstance *Clang, in set_invocation() [all …]
|
| /llvm-project-15.0.7/clang/include/clang/Interpreter/ |
| H A D | Interpreter.h | 36 class CompilerInstance; variable 43 static llvm::Expected<std::unique_ptr<CompilerInstance>> 53 Interpreter(std::unique_ptr<CompilerInstance> CI, llvm::Error &Err); 58 create(std::unique_ptr<CompilerInstance> CI); 59 const CompilerInstance *getCompilerInstance() const;
|
| /llvm-project-15.0.7/clang/lib/Interpreter/ |
| H A D | IncrementalParser.h | 32 class CompilerInstance; variable 44 std::unique_ptr<CompilerInstance> CI; 60 IncrementalParser(std::unique_ptr<CompilerInstance> Instance, 64 const CompilerInstance *getCI() const { return CI.get(); } in getCI()
|
| H A D | Interpreter.cpp | 63 static llvm::Expected<std::unique_ptr<CompilerInstance>> 65 std::unique_ptr<CompilerInstance> Clang(new CompilerInstance()); in CreateCI() 127 llvm::Expected<std::unique_ptr<CompilerInstance>> 177 Interpreter::Interpreter(std::unique_ptr<CompilerInstance> CI, in Interpreter() 189 Interpreter::create(std::unique_ptr<CompilerInstance> CI) { in create() 198 const CompilerInstance *Interpreter::getCompilerInstance() const { in getCompilerInstance()
|
| /llvm-project-15.0.7/clang/unittests/Serialization/ |
| H A D | ModuleCacheTest.cpp | 98 CompilerInstance::createDiagnostics(new DiagnosticOptions()); in TEST_F() 109 CompilerInstance Instance; in TEST_F() 132 CompilerInstance Instance2(Instance.getPCHContainerOperations(), in TEST_F() 147 CompilerInstance::createDiagnostics(new DiagnosticOptions()); in TEST_F() 158 CompilerInstance Instance; in TEST_F() 175 CompilerInstance Instance2(Instance.getPCHContainerOperations(), in TEST_F()
|
| /llvm-project-15.0.7/clang/include/clang/FrontendTool/ |
| H A D | Utils.h | 21 class CompilerInstance; variable 28 std::unique_ptr<FrontendAction> CreateFrontendAction(CompilerInstance &CI); 34 bool ExecuteCompilerInvocation(CompilerInstance *Clang);
|
| /llvm-project-15.0.7/flang/unittests/Frontend/ |
| H A D | CompilerInstanceTest.cpp | 21 TEST(CompilerInstance, SanityCheckForFileManager) { in TEST() argument 48 CompilerInstance compInst; in TEST() 66 TEST(CompilerInstance, AllowDiagnosticLogWithUnownedDiagnosticConsumer) { in TEST() argument 74 CompilerInstance compInst; in TEST()
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Frontend/ |
| H A D | ModelInjector.h | 31 class CompilerInstance; variable 37 ModelInjector(CompilerInstance &CI); 57 CompilerInstance &CI;
|
| /llvm-project-15.0.7/clang/include/clang/ExtractAPI/ |
| H A D | FrontendActions.h | 25 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, 53 bool PrepareToExecuteAction(CompilerInstance &CI) override; 62 CreateOutputFile(CompilerInstance &CI, StringRef InFile);
|