Home
last modified time | relevance | path

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

/external/clang/include/clang/Frontend/
DCompilerInvocation.h113 DependencyOutputOptions DependencyOutputOpts;
186 DependencyOutputOptions &getDependencyOutputOpts() { in getDependencyOutputOpts()
189 const DependencyOutputOptions &getDependencyOutputOpts() const { in getDependencyOutputOpts()
DDependencyOutputOptions.h23 class DependencyOutputOptions {
63 DependencyOutputOptions() { in DependencyOutputOptions() function
DUtils.h40 class DependencyOutputOptions; variable
116 Preprocessor &PP, const DependencyOutputOptions &Opts);
168 const DependencyOutputOptions &DepOpts,
DCompilerInstance.h259 DependencyOutputOptions &getDependencyOutputOpts() { in getDependencyOutputOpts()
262 const DependencyOutputOptions &getDependencyOutputOpts() const { in getDependencyOutputOpts()
755 DependencyOutputOptions &DepOpts,
/external/clang/lib/Frontend/
DHeaderIncludeGen.cpp23 const DependencyOutputOptions &DepOpts;
34 const DependencyOutputOptions &DepOpts, in HeaderIncludesCallback()
80 const DependencyOutputOptions &DepOpts, in AttachHeaderIncludeGen()
DDependencyFile.cpp172 DFGImpl(const Preprocessor *_PP, const DependencyOutputOptions &Opts) in DFGImpl()
234 clang::Preprocessor &PP, const clang::DependencyOutputOptions &Opts) { in CreateAndAttachToPreprocessor()
DCompilerInstance.cpp346 const DependencyOutputOptions &DepOpts = getDependencyOutputOpts(); in createPreprocessor()
731 DependencyOutputOptions &DepOpts, const FrontendOptions &Opts) { in InitializeSourceManager()
1008 Invocation->getDependencyOutputOpts() = DependencyOutputOptions(); in compileModuleImpl()
DCompilerInvocation.cpp850 static void ParseDependencyOutputArgs(DependencyOutputOptions &Opts, in ParseDependencyOutputArgs()
/external/clang/lib/Tooling/
DTooling.cpp100 Invocation->getDependencyOutputOpts() = DependencyOutputOptions(); in newInvocation()