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 179 DependencyOutputOptions &getDependencyOutputOpts() {
182 const DependencyOutputOptions &getDependencyOutputOpts() const {
CompilerInstance.h 220 DependencyOutputOptions &getDependencyOutputOpts() {
221 return Invocation->getDependencyOutputOpts();
223 const DependencyOutputOptions &getDependencyOutputOpts() const {
224 return Invocation->getDependencyOutputOpts();

Completed in 20 milliseconds