Home
last modified time | relevance | path

Searched refs:DependencyOutputOptions (Results 1 – 7 of 7) sorted by relevance

/external/clang/include/clang/Frontend/
DCompilerInvocation.h79 DependencyOutputOptions DependencyOutputOpts;
165 DependencyOutputOptions &getDependencyOutputOpts() { in getDependencyOutputOpts()
168 const DependencyOutputOptions &getDependencyOutputOpts() const { in getDependencyOutputOpts()
DDependencyOutputOptions.h20 class DependencyOutputOptions {
46 DependencyOutputOptions() { in DependencyOutputOptions() function
DUtils.h31 class DependencyOutputOptions; variable
72 const DependencyOutputOptions &Opts);
DCompilerInstance.h203 DependencyOutputOptions &getDependencyOutputOpts() { in getDependencyOutputOpts()
206 const DependencyOutputOptions &getDependencyOutputOpts() const { in getDependencyOutputOpts()
/external/clang/lib/Frontend/
DDependencyFile.cpp48 const DependencyOutputOptions &Opts) in DependencyFileCallback()
74 const DependencyOutputOptions &Opts) { in AttachDependencyFileGen()
DCompilerInstance.cpp275 const DependencyOutputOptions &DepOpts = getDependencyOutputOpts(); in createPreprocessor()
DCompilerInvocation.cpp328 static void DependencyOutputOptsToArgs(const DependencyOutputOptions &Opts, in DependencyOutputOptsToArgs()
1344 static void ParseDependencyOutputArgs(DependencyOutputOptions &Opts, in ParseDependencyOutputArgs()