OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getDependencyOutputOpts
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Frontend/
CompilerInstance.h
260
DependencyOutputOptions &
getDependencyOutputOpts
() {
261
return Invocation->
getDependencyOutputOpts
();
263
const DependencyOutputOptions &
getDependencyOutputOpts
() const {
264
return Invocation->
getDependencyOutputOpts
();
CompilerInvocation.h
157
DependencyOutputOptions &
getDependencyOutputOpts
() {
161
const DependencyOutputOptions &
getDependencyOutputOpts
() const {
/src/external/apache2/llvm/dist/clang/lib/Tooling/DependencyScanning/
DependencyScanningWorker.cpp
111
std::move(Compiler.getInvocation().
getDependencyOutputOpts
()));
/src/external/apache2/llvm/dist/clang/lib/Frontend/
CompilerInstance.cpp
495
const DependencyOutputOptions &DepOpts =
getDependencyOutputOpts
();
1136
Inv.
getDependencyOutputOpts
() = DependencyOutputOptions();
CompilerInvocation.cpp
4425
ParseDependencyOutputArgs(Res.
getDependencyOutputOpts
(), Args, Diags,
4428
if (!Res.
getDependencyOutputOpts
().OutputFile.empty() &&
4429
Res.
getDependencyOutputOpts
().Targets.empty())
Completed in 28 milliseconds
Indexes created Tue Sep 22 00:26:15 UTC 2026