Home
last modified time | relevance | path

Searched refs:getInvocation (Results 1 – 25 of 26) sorted by relevance

12

/llvm-project-15.0.7/flang/unittests/Frontend/
H A DFrontendActionTest.cpp92 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 DFrontendActions.cpp144 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 DFrontendAction.cpp76 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 DCompilerInstance.cpp144 auto &invoc = this->getInvocation(); in executeAction()
/llvm-project-15.0.7/clang/lib/ARCMigrate/
H A DARCMTActions.cpp17 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 DTestAST.cpp97 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 Dfc1_main.cpp54 CompilerInvocation::createFromArgs(flang->getInvocation(), argv, diags); in fc1_main()
/llvm-project-15.0.7/clang/lib/Frontend/
H A DChainedIncludesSource.cpp128 CInvok.reset(new CompilerInvocation(CI.getInvocation())); in createChainedIncludesSource()
153 Clang->getDiagnostics(), Clang->getInvocation().TargetOpts)); in createChainedIncludesSource()
H A DCompilerInstance.cpp105 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 DASTUnit.cpp1164 LangOpts = Clang->getInvocation().LangOpts; in Parse()
1437 LangOpts = CI.getInvocation().LangOpts; in transferASTDataFromCompilerInstance()
2250 Preamble->AddImplicitPreamble(Clang->getInvocation(), VFS, in CodeComplete()
H A DPrecompiledPreamble.cpp471 createVFSFromCompilerInvocation(Clang->getInvocation(), Diagnostics, VFS); in Build()
/llvm-project-15.0.7/clang/lib/Interpreter/
H A DInterpreter.cpp80 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 DModelInjector.cpp67 auto Invocation = std::make_shared<CompilerInvocation>(CI.getInvocation()); in onBodySynthesis()
/llvm-project-15.0.7/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningWorker.cpp190 ScanInstance.getInvocation(), ScanInstance.getDiagnostics(), DepFS)); in runInvocation()
212 std::swap(*Opts, ScanInstance.getInvocation().getDependencyOutputOpts()); in runInvocation()
H A DModuleDepCollector.cpp174 MDC.ContextHash = MDC.ScanInstance.getInvocation().getModuleHash(); in FileChanged()
/llvm-project-15.0.7/clang/include/clang/Frontend/
H A DCompilerInstance.h229 CompilerInvocation &getInvocation() { in getInvocation() function
649 return getSpecificModuleCachePath(getInvocation().getModuleHash()); in getSpecificModuleCachePath()
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DCompiler.cpp145 Clang->getInvocation(), Clang->getDiagnostics(), VFS)) in prepareCompilerInstance()
/llvm-project-15.0.7/flang/include/flang/Frontend/
H A DCompilerInstance.h91 CompilerInvocation &getInvocation() { in getInvocation() function
/llvm-project-15.0.7/clang/tools/driver/
H A Dcc1_main.cpp212 bool Success = CompilerInvocation::CreateFromArgs(Clang->getInvocation(), in cc1_main()
/llvm-project-15.0.7/clang/lib/Frontend/Rewrite/
H A DFrontendActions.cpp247 std::make_shared<CompilerInvocation>(CI.getInvocation())); in visitModuleFile()
/llvm-project-15.0.7/clang/unittests/Tooling/
H A DDependencyScannerTest.cpp69 Compiler.getInvocation().getDependencyOutputOpts(), Deps)); in runInvocation()
/llvm-project-15.0.7/polly/lib/External/isl/interface/
H A Dextract_interface.cc322 shared_ptr<TargetOptions> TO = Clang->getInvocation().TargetOpts; in create_target_info()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DObjectFilePCHContainerOperations.cpp164 CI.getInvocation().getCodeGenOpts().DebugPrefixMap; in PCHContainerGenerator()
/llvm-project-15.0.7/clang/tools/clang-import-test/
H A Dclang-import-test.cpp209 Ins->getDiagnostics(), Ins->getInvocation().TargetOpts); in BuildCompilerInstance()
/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp706 *diagnostics_engine, instance->getInvocation().TargetOpts)); in Create()

12