Home
last modified time | relevance | path

Searched refs:getDependencyOutputOpts (Results 1 – 12 of 12) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DCompiler.cpp55 CI.getDependencyOutputOpts().ShowIncludesDest = ShowIncludesDestination::None; in disableUnsupportedOptions()
56 CI.getDependencyOutputOpts().OutputFile.clear(); in disableUnsupportedOptions()
57 CI.getDependencyOutputOpts().HeaderIncludeOutputFile.clear(); in disableUnsupportedOptions()
58 CI.getDependencyOutputOpts().DOTOutputFile.clear(); in disableUnsupportedOptions()
59 CI.getDependencyOutputOpts().ModuleDependencyOutputDir.clear(); in disableUnsupportedOptions()
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DCompilerTests.cpp68 ->getDependencyOutputOpts() in TEST()
74 ->getDependencyOutputOpts() in TEST()
80 ->getDependencyOutputOpts() in TEST()
/llvm-project-15.0.7/clang/include/clang/Frontend/
H A DCompilerInstance.h261 DependencyOutputOptions &getDependencyOutputOpts() { in getDependencyOutputOpts() function
262 return Invocation->getDependencyOutputOpts(); in getDependencyOutputOpts()
264 const DependencyOutputOptions &getDependencyOutputOpts() const { in getDependencyOutputOpts() function
265 return Invocation->getDependencyOutputOpts(); in getDependencyOutputOpts()
H A DCompilerInvocation.h162 DependencyOutputOptions &getDependencyOutputOpts() { in getDependencyOutputOpts() function
166 const DependencyOutputOptions &getDependencyOutputOpts() const { in getDependencyOutputOpts() function
/llvm-project-15.0.7/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp61 CI.getDependencyOutputOpts().OutputFile.clear(); in makeInvocationForModuleBuildWithoutPaths()
62 CI.getDependencyOutputOpts().Targets.clear(); in makeInvocationForModuleBuildWithoutPaths()
139 DependencyOutputOptions &DepOpts = CI.getDependencyOutputOpts(); in getCanonicalCommandLine()
348 !MDC.OriginalInvocation.getDependencyOutputOpts().OutputFile.empty(); in handleTopLevelModule()
H A DDependencyScanningWorker.cpp212 std::swap(*Opts, ScanInstance.getInvocation().getDependencyOutputOpts()); in runInvocation()
/llvm-project-15.0.7/clang/unittests/Tooling/
H A DDependencyScannerTest.cpp69 Compiler.getInvocation().getDependencyOutputOpts(), Deps)); in runInvocation()
/llvm-project-15.0.7/clang/unittests/Frontend/
H A DCompilerInvocationTest.cpp970 ASSERT_EQ(Invocation.getDependencyOutputOpts().ShowIncludesDest, in TEST_F()
972 ASSERT_TRUE(Invocation.getDependencyOutputOpts().ShowHeaderIncludes); in TEST_F()
/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp693 clang::DependencyOutputOptions &opts = instance->getDependencyOutputOpts(); in Create()
H A DClangExpressionParser.cpp401 DependencyOutputOptions &opts = m_compiler->getDependencyOutputOpts(); in ClangExpressionParser()
/llvm-project-15.0.7/clang/lib/Frontend/
H A DCompilerInstance.cpp497 const DependencyOutputOptions &DepOpts = getDependencyOutputOpts(); in createPreprocessor()
1230 Inv.getDependencyOutputOpts() = DependencyOutputOptions();
H A DCompilerInvocation.cpp4512 ParseDependencyOutputArgs(Res.getDependencyOutputOpts(), Args, Diags, in CreateFromArgsImpl()
4515 if (!Res.getDependencyOutputOpts().OutputFile.empty() && in CreateFromArgsImpl()
4516 Res.getDependencyOutputOpts().Targets.empty()) in CreateFromArgsImpl()