HomeSort by relevance Sort by last modified time
    Searched defs:getDependencyOutputOpts (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/Frontend/
CompilerInvocation.h 144 DependencyOutputOptions &getDependencyOutputOpts() {
147 const DependencyOutputOptions &getDependencyOutputOpts() const {
CompilerInstance.h 188 DependencyOutputOptions &getDependencyOutputOpts() {
189 return Invocation->getDependencyOutputOpts();
191 const DependencyOutputOptions &getDependencyOutputOpts() const {
192 return Invocation->getDependencyOutputOpts();

Completed in 118 milliseconds