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 186 DependencyOutputOptions &getDependencyOutputOpts() {
189 const DependencyOutputOptions &getDependencyOutputOpts() const {
CompilerInstance.h 259 DependencyOutputOptions &getDependencyOutputOpts() {
260 return Invocation->getDependencyOutputOpts();
262 const DependencyOutputOptions &getDependencyOutputOpts() const {
263 return Invocation->getDependencyOutputOpts();

Completed in 198 milliseconds