| /llvm-project-15.0.7/flang/unittests/Frontend/ |
| H A D | FrontendActionTest.cpp | 92 compInst.getInvocation().getFrontendOpts().programAction = InputOutputTest; in TEST_F() 121 compInst.getInvocation().getFrontendOpts().programAction = in TEST_F() 123 compInst.getInvocation().getPreprocessorOpts().noReformat = true; in TEST_F() 149 compInst.getInvocation().getFrontendOpts().programAction = ParseSyntaxOnly; in TEST_F() 175 compInst.getInvocation().getFrontendOpts().programAction = EmitLLVM; in TEST_F() 178 compInst.getInvocation().getTargetOpts().triple = in TEST_F() 205 compInst.getInvocation().getFrontendOpts().programAction = EmitAssembly; in TEST_F() 208 compInst.getInvocation().getTargetOpts().triple = in TEST_F()
|
| /llvm-project-15.0.7/flang/lib/Frontend/ |
| H A D | FrontendActions.cpp | 144 ci.getInvocation().getSemanticsContext().defaultKinds(); in beginSourceFileAction() 217 if (ci.getInvocation().getPreprocessorOpts().noReformat) { in executeAction() 251 auto &invoc = this->getInstance().getInvocation(); in executeAction() 264 auto &invoc = this->getInstance().getInvocation(); in executeAction() 342 &this->getInstance().getInvocation().getAsFortran()); in executeAction() 351 &this->getInstance().getInvocation().getAsFortran()); in executeAction() 364 (ci.getInvocation().getWarnAsErr() || in executeAction() 427 auto gdv = ci.getInvocation().getFrontendOpts().getDefVals; in executeAction() 437 auto *symbol{ci.getInvocation() in executeAction() 503 auto opts = ci.getInvocation().getCodeGenOpts(); in generateLLVMIR() [all …]
|
| H A D | FrontendAction.cpp | 76 auto &invoc = ci.getInvocation(); in beginSourceFile() 127 Fortran::parser::Options parserOptions = ci.getInvocation().getFortranOpts(); in runPrescan() 129 if (ci.getInvocation().getFrontendOpts().fortranForm == in runPrescan() 170 ci.getInvocation().getSemanticsContext(), *parseTree, in runSemanticChecks() 171 ci.getInvocation().getDebugModuleDir())); in runSemanticChecks() 191 getInstance().getInvocation().getSemanticsContext()))); in generateRtTypeTables() 205 (instance->getInvocation().getWarnAsErr() || in reportFatalErrors()
|
| H A D | CompilerInstance.cpp | 144 auto &invoc = this->getInvocation(); in executeAction()
|
| /llvm-project-15.0.7/clang/lib/ARCMigrate/ |
| H A D | ARCMTActions.cpp | 17 if (arcmt::checkForManualIssues(CI.getInvocation(), getCurrentInput(), in BeginInvocation() 31 return !arcmt::applyTransformations(CI.getInvocation(), getCurrentInput(), in BeginInvocation() 41 CI.getInvocation(), getCurrentInput(), CI.getPCHContainerOperations(), in BeginInvocation()
|
| /llvm-project-15.0.7/clang/lib/Testing/ |
| H A D | TestAST.cpp | 97 if (!CompilerInvocation::CreateFromArgs(Clang->getInvocation(), Argv, in TestAST() 102 assert(!Clang->getInvocation().getFrontendOpts().DisableFree); in TestAST()
|
| /llvm-project-15.0.7/flang/tools/flang-driver/ |
| H A D | fc1_main.cpp | 54 CompilerInvocation::createFromArgs(flang->getInvocation(), argv, diags); in fc1_main()
|
| /llvm-project-15.0.7/clang/lib/Frontend/ |
| H A D | ChainedIncludesSource.cpp | 128 CInvok.reset(new CompilerInvocation(CI.getInvocation())); in createChainedIncludesSource() 153 Clang->getDiagnostics(), Clang->getInvocation().TargetOpts)); in createChainedIncludesSource()
|
| H A D | CompilerInstance.cpp | 105 getInvocation().TargetOpts)); in createTarget() 376 : createVFSFromCompilerInvocation(getInvocation(), in createFileManager() 490 std::string ModuleHash = getInvocation().getModuleHash(); in createPreprocessor() 1147 std::make_shared<CompilerInvocation>(ImportingInstance.getInvocation()); 1168 ImportingInstance.getInvocation().getLangOpts()->ModuleName; 1177 = ImportingInstance.getInvocation().getPreprocessorOpts(); 1200 assert(ImportingInstance.getInvocation().getModuleHash() == 1485 return ImportingInstance.getInvocation() in compileModuleAndReadAST()
|
| H A D | ASTUnit.cpp | 1164 LangOpts = Clang->getInvocation().LangOpts; in Parse() 1437 LangOpts = CI.getInvocation().LangOpts; in transferASTDataFromCompilerInstance() 2250 Preamble->AddImplicitPreamble(Clang->getInvocation(), VFS, in CodeComplete()
|
| H A D | PrecompiledPreamble.cpp | 471 createVFSFromCompilerInvocation(Clang->getInvocation(), Diagnostics, VFS); in Build()
|
| /llvm-project-15.0.7/clang/lib/Interpreter/ |
| H A D | Interpreter.cpp | 80 Clang->getInvocation(), llvm::makeArrayRef(Argv.begin(), Argv.size()), in CreateCI() 107 Clang->getDiagnostics(), Clang->getInvocation().TargetOpts)); in CreateCI()
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Frontend/ |
| H A D | ModelInjector.cpp | 67 auto Invocation = std::make_shared<CompilerInvocation>(CI.getInvocation()); in onBodySynthesis()
|
| /llvm-project-15.0.7/clang/lib/Tooling/DependencyScanning/ |
| H A D | DependencyScanningWorker.cpp | 190 ScanInstance.getInvocation(), ScanInstance.getDiagnostics(), DepFS)); in runInvocation() 212 std::swap(*Opts, ScanInstance.getInvocation().getDependencyOutputOpts()); in runInvocation()
|
| H A D | ModuleDepCollector.cpp | 174 MDC.ContextHash = MDC.ScanInstance.getInvocation().getModuleHash(); in FileChanged()
|
| /llvm-project-15.0.7/clang/include/clang/Frontend/ |
| H A D | CompilerInstance.h | 229 CompilerInvocation &getInvocation() { in getInvocation() function 649 return getSpecificModuleCachePath(getInvocation().getModuleHash()); in getSpecificModuleCachePath()
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/ |
| H A D | Compiler.cpp | 145 Clang->getInvocation(), Clang->getDiagnostics(), VFS)) in prepareCompilerInstance()
|
| /llvm-project-15.0.7/flang/include/flang/Frontend/ |
| H A D | CompilerInstance.h | 91 CompilerInvocation &getInvocation() { in getInvocation() function
|
| /llvm-project-15.0.7/clang/tools/driver/ |
| H A D | cc1_main.cpp | 212 bool Success = CompilerInvocation::CreateFromArgs(Clang->getInvocation(), in cc1_main()
|
| /llvm-project-15.0.7/clang/lib/Frontend/Rewrite/ |
| H A D | FrontendActions.cpp | 247 std::make_shared<CompilerInvocation>(CI.getInvocation())); in visitModuleFile()
|
| /llvm-project-15.0.7/clang/unittests/Tooling/ |
| H A D | DependencyScannerTest.cpp | 69 Compiler.getInvocation().getDependencyOutputOpts(), Deps)); in runInvocation()
|
| /llvm-project-15.0.7/polly/lib/External/isl/interface/ |
| H A D | extract_interface.cc | 322 shared_ptr<TargetOptions> TO = Clang->getInvocation().TargetOpts; in create_target_info()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | ObjectFilePCHContainerOperations.cpp | 164 CI.getInvocation().getCodeGenOpts().DebugPrefixMap; in PCHContainerGenerator()
|
| /llvm-project-15.0.7/clang/tools/clang-import-test/ |
| H A D | clang-import-test.cpp | 209 Ins->getDiagnostics(), Ins->getInvocation().TargetOpts); in BuildCompilerInstance()
|
| /llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangModulesDeclVendor.cpp | 706 *diagnostics_engine, instance->getInvocation().TargetOpts)); in Create()
|