Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Testing/
H A DTestAST.cpp111 if (!CompilerInvocation::CreateFromArgs(Clang->getInvocation(), Argv, in TestAST()
116 assert(!Clang->getInvocation().getFrontendOpts().DisableFree); in TestAST()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DChainedIncludesSource.cpp105 CInvok.reset(new CompilerInvocation(CI.getInvocation())); in createChainedIncludesSource()
129 Clang->getDiagnostics(), Clang->getInvocation().getTargetOpts())); in createChainedIncludesSource()
H A DCompilerInstance.cpp110 getInvocation().getTargetOpts())); in createTarget()
379 : createVFSFromCompilerInvocation(getInvocation(), in createFileManager()
485 std::string ModuleHash = getInvocation().getModuleHash(); in createPreprocessor()
1158 auto Invocation = std::make_shared<CompilerInvocation>(getInvocation()); in cloneForModuleCompileImpl()
1178 getInvocation().getLangOpts().ModuleName; in cloneForModuleCompileImpl()
1202 assert(getInvocation().getModuleHash() == Invocation->getModuleHash() && in cloneForModuleCompileImpl()
1213 auto &Inv = Instance.getInvocation(); in cloneForModuleCompileImpl()
1561 return ImportingInstance.getInvocation() in compileModuleAndReadAST()
H A DASTUnit.cpp1213 std::make_unique<LangOptions>(Clang->getInvocation().getLangOpts()); in Parse()
1487 LangOpts = std::make_unique<LangOptions>(CI.getInvocation().getLangOpts()); in transferASTDataFromCompilerInstance()
2245 auto &Inv = Clang->getInvocation(); in CodeComplete()
2323 Preamble->AddImplicitPreamble(Clang->getInvocation(), VFS, in CodeComplete()
H A DPrecompiledPreamble.cpp483 createVFSFromCompilerInvocation(Clang->getInvocation(), Diagnostics, VFS); in Build()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DModelInjector.cpp64 auto Invocation = std::make_shared<CompilerInvocation>(CI.getInvocation()); in onBodySynthesis()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DObjectFilePCHContainerWriter.cpp166 CI.getInvocation().getCodeGenOpts().DebugCompilationDir; in PCHContainerGenerator()
168 CI.getInvocation().getCodeGenOpts().DebugPrefixMap; in PCHContainerGenerator()
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h256 CompilerInvocation &getInvocation() { return *Invocation; } in getInvocation() function
702 return getSpecificModuleCachePath(getInvocation().getModuleHash()); in getSpecificModuleCachePath()
/freebsd/contrib/llvm-project/clang/tools/driver/
H A Dcc1_main.cpp323 Clang->getInvocation(), Clang->getDiagnostics())); in cc1_main()
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DFrontendActions.cpp245 std::make_shared<CompilerInvocation>(CI.getInvocation()), in visitModuleFile()
/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DInterpreter.cpp103 Clang->getInvocation(), llvm::ArrayRef(Argv.begin(), Argv.size()), Diags); in CreateCI()
129 Clang->getDiagnostics(), Clang->getInvocation().getTargetOpts())); in CreateCI()
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningWorker.cpp445 ScanInstance.getInvocation(), ScanInstance.getDiagnostics(), in runInvocation()
497 std::swap(*Opts, ScanInstance.getInvocation().getDependencyOutputOpts()); in runInvocation()
H A DModuleDepCollector.cpp717 MDC.ScanInstance.getInvocation().getModuleHash()); in EndOfMainFile()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp755 *diagnostics_engine, instance->getInvocation().getTargetOpts())); in Create()
H A DClangExpressionParser.cpp792 m_compiler->getInvocation().getTargetOpts())) { in ClangExpressionParser()