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

/external/clang/include/clang/Frontend/
H A DCompilerInvocation.h179 DependencyOutputOptions &getDependencyOutputOpts() { function in class:clang::CompilerInvocation
182 const DependencyOutputOptions &getDependencyOutputOpts() const { function in class:clang::CompilerInvocation
H A DCompilerInstance.h220 DependencyOutputOptions &getDependencyOutputOpts() { function in class:clang::CompilerInstance
221 return Invocation->getDependencyOutputOpts();
223 const DependencyOutputOptions &getDependencyOutputOpts() const { function in class:clang::CompilerInstance
224 return Invocation->getDependencyOutputOpts();

Completed in 119 milliseconds