Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/ARCMigrate/
HDARCMTActions.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-stable/contrib/llvm-project/clang/lib/Testing/
HDTestAST.cpp101 if (!CompilerInvocation::CreateFromArgs(Clang->getInvocation(), Argv, in TestAST()
106 assert(!Clang->getInvocation().getFrontendOpts().DisableFree); in TestAST()
/freebsd-13-stable/contrib/llvm-project/clang/tools/driver/
HDcc1_main.cpp239 bool Success = CompilerInvocation::CreateFromArgs(Clang->getInvocation(), in cc1_main()
303 Clang->getInvocation(), Clang->getDiagnostics())); in cc1_main()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
HDChainedIncludesSource.cpp105 CInvok.reset(new CompilerInvocation(CI.getInvocation())); in createChainedIncludesSource()
130 Clang->getDiagnostics(), Clang->getInvocation().TargetOpts)); in createChainedIncludesSource()
HDCompilerInstance.cpp110 getInvocation().TargetOpts)); in createTarget()
381 : createVFSFromCompilerInvocation(getInvocation(), in createFileManager()
488 std::string ModuleHash = getInvocation().getModuleHash(); in createPreprocessor()
1183 std::make_shared<CompilerInvocation>(ImportingInstance.getInvocation());
1203 ImportingInstance.getInvocation().getLangOpts().ModuleName;
1227 assert(ImportingInstance.getInvocation().getModuleHash() ==
1545 return ImportingInstance.getInvocation() in compileModuleAndReadAST()
HDASTUnit.cpp1212 LangOpts = Clang->getInvocation().LangOpts; in Parse()
1487 LangOpts = CI.getInvocation().LangOpts; in transferASTDataFromCompilerInstance()
2309 Preamble->AddImplicitPreamble(Clang->getInvocation(), VFS, in CodeComplete()
HDPrecompiledPreamble.cpp485 createVFSFromCompilerInvocation(Clang->getInvocation(), Diagnostics, VFS); in Build()
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
HDModelInjector.cpp66 auto Invocation = std::make_shared<CompilerInvocation>(CI.getInvocation()); in onBodySynthesis()
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDObjectFilePCHContainerOperations.cpp165 CI.getInvocation().getCodeGenOpts().DebugCompilationDir; in PCHContainerGenerator()
167 CI.getInvocation().getCodeGenOpts().DebugPrefixMap; in PCHContainerGenerator()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Frontend/
HDCompilerInstance.h258 CompilerInvocation &getInvocation() { in getInvocation() function
725 return getSpecificModuleCachePath(getInvocation().getModuleHash()); in getSpecificModuleCachePath()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
HDDependencyScanningWorker.cpp345 ScanInstance.getInvocation(), ScanInstance.getDiagnostics(), in runInvocation()
384 std::swap(*Opts, ScanInstance.getInvocation().getDependencyOutputOpts()); in runInvocation()
HDModuleDepCollector.cpp452 MDC.ContextHash = MDC.ScanInstance.getInvocation().getModuleHash(); in LexedFileChanged()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
HDFrontendActions.cpp248 std::make_shared<CompilerInvocation>(CI.getInvocation())); in visitModuleFile()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Interpreter/
HDInterpreter.cpp95 Clang->getInvocation(), llvm::ArrayRef(Argv.begin(), Argv.size()), Diags); in CreateCI()
121 Clang->getDiagnostics(), Clang->getInvocation().TargetOpts)); in CreateCI()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
HDClangModulesDeclVendor.cpp746 *diagnostics_engine, instance->getInvocation().TargetOpts)); in Create()
HDClangExpressionParser.cpp469 m_compiler->getDiagnostics(), m_compiler->getInvocation().TargetOpts); in ClangExpressionParser()