HomeSort by relevance Sort by last modified time
    Searched refs:getDependencyOutputOpts (Results 1 - 4 of 4) 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();
  /external/clang/lib/Frontend/
CompilerInstance.cpp 258 const DependencyOutputOptions &DepOpts = getDependencyOutputOpts();
    [all...]
CompilerInvocation.cpp     [all...]

Completed in 24 milliseconds