Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/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.cpp103 getInvocation().TargetOpts)); in createTarget()
374 : createVFSFromCompilerInvocation(getInvocation(), in createFileManager()
488 std::string ModuleHash = getInvocation().getModuleHash(); in createPreprocessor()
1068 std::make_shared<CompilerInvocation>(ImportingInstance.getInvocation());
1091 ImportingInstance.getInvocation().getLangOpts()->ModuleName;
1100 = ImportingInstance.getInvocation().getPreprocessorOpts();
1123 assert(ImportingInstance.getInvocation().getModuleHash() ==
H A DASTUnit.cpp1167 LangOpts = Clang->getInvocation().LangOpts; in Parse()
1440 LangOpts = CI.getInvocation().LangOpts; in transferASTDataFromCompilerInstance()
2248 Preamble->AddImplicitPreamble(Clang->getInvocation(), VFS, in CodeComplete()
H A DPrecompiledPreamble.cpp384 createVFSFromCompilerInvocation(Clang->getInvocation(), Diagnostics, VFS); in Build()
/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningWorker.cpp189 const CompilerInvocation &CI = Compiler.getInvocation(); in runInvocation()
225 std::swap(*Opts, Compiler.getInvocation().getDependencyOutputOpts()); in runInvocation()
H A DModuleDepCollector.cpp119 MDC.ContextHash = Instance.getInvocation().getModuleHash(); in FileChanged()
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DModelInjector.cpp67 auto Invocation = std::make_shared<CompilerInvocation>(CI.getInvocation()); in onBodySynthesis()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h228 CompilerInvocation &getInvocation() { in getInvocation() function
648 return getSpecificModuleCachePath(getInvocation().getModuleHash()); in getSpecificModuleCachePath()
/freebsd-13.1/contrib/llvm-project/clang/tools/driver/
H A Dcc1_main.cpp212 bool Success = CompilerInvocation::CreateFromArgs(Clang->getInvocation(), in cc1_main()
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DFrontendActions.cpp247 std::make_shared<CompilerInvocation>(CI.getInvocation())); in visitModuleFile()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DObjectFilePCHContainerOperations.cpp158 CI.getInvocation().getCodeGenOpts().DebugPrefixMap; in PCHContainerGenerator()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp702 *diagnostics_engine, instance->getInvocation().TargetOpts)); in Create()
H A DClangExpressionParser.cpp512 m_compiler->getDiagnostics(), m_compiler->getInvocation().TargetOpts); in ClangExpressionParser()