Searched defs:getDependencyOutputOpts (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/Frontend/
H A DCompilerInvocation.h174 DependencyOutputOptions &getDependencyOutputOpts() { function in class:clang::CompilerInvocation
177 const DependencyOutputOptions &getDependencyOutputOpts() const { function in class:clang::CompilerInvocation
H A DCompilerInstance.h206 DependencyOutputOptions &getDependencyOutputOpts() { function in class:clang::CompilerInstance
207 return Invocation->getDependencyOutputOpts();
209 const DependencyOutputOptions &getDependencyOutputOpts() const { function in class:clang::CompilerInstance
210 return Invocation->getDependencyOutputOpts();

Completed in 56 milliseconds