Home
last modified time | relevance | path

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

/external/clang/include/clang/Frontend/
DDependencyOutputOptions.h20 class DependencyOutputOptions {
51 DependencyOutputOptions() { in DependencyOutputOptions() function
DCompilerInvocation.h112 DependencyOutputOptions DependencyOutputOpts;
182 DependencyOutputOptions &getDependencyOutputOpts() { in getDependencyOutputOpts()
185 const DependencyOutputOptions &getDependencyOutputOpts() const { in getDependencyOutputOpts()
DUtils.h39 class DependencyOutputOptions; variable
114 Preprocessor &PP, const DependencyOutputOptions &Opts);
DCompilerInstance.h251 DependencyOutputOptions &getDependencyOutputOpts() { in getDependencyOutputOpts()
254 const DependencyOutputOptions &getDependencyOutputOpts() const { in getDependencyOutputOpts()
/external/clang/lib/Frontend/
DDependencyFile.cpp159 DFGImpl(const Preprocessor *_PP, const DependencyOutputOptions &Opts) in DFGImpl()
204 clang::Preprocessor &PP, const clang::DependencyOutputOptions &Opts) { in CreateAndAttachToPreprocessor()
DCompilerInstance.cpp336 const DependencyOutputOptions &DepOpts = getDependencyOutputOpts(); in createPreprocessor()
DCompilerInvocation.cpp649 static void ParseDependencyOutputArgs(DependencyOutputOptions &Opts, in ParseDependencyOutputArgs()
/external/lldb/include/lldb/Core/
DClangForward.h55 class DependencyOutputOptions; variable
/external/clang/lib/Tooling/
DTooling.cpp103 Invocation->getDependencyOutputOpts() = DependencyOutputOptions(); in newInvocation()