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

/external/clang/include/clang/Frontend/
H A DCompilerInvocation.h182 DependencyOutputOptions &getDependencyOutputOpts() { function in class:clang::CompilerInvocation
185 const DependencyOutputOptions &getDependencyOutputOpts() const { function in class:clang::CompilerInvocation
H A DCompilerInstance.h235 DependencyOutputOptions &getDependencyOutputOpts() { function in class:clang::CompilerInstance
236 return Invocation->getDependencyOutputOpts();
238 const DependencyOutputOptions &getDependencyOutputOpts() const { function in class:clang::CompilerInstance
239 return Invocation->getDependencyOutputOpts();

Completed in 32 milliseconds