Searched refs:getDependencyOutputOpts (Results 1 - 4 of 4) sorted by relevance

/external/clang/include/clang/Frontend/
H A DCompilerInvocation.h165 DependencyOutputOptions &getDependencyOutputOpts() { function in class:clang::CompilerInvocation
168 const DependencyOutputOptions &getDependencyOutputOpts() const { function in class:clang::CompilerInvocation
H A DCompilerInstance.h203 DependencyOutputOptions &getDependencyOutputOpts() { function in class:clang::CompilerInstance
204 return Invocation->getDependencyOutputOpts();
206 const DependencyOutputOptions &getDependencyOutputOpts() const { function in class:clang::CompilerInstance
207 return Invocation->getDependencyOutputOpts();
/external/clang/lib/Frontend/
H A DCompilerInstance.cpp275 const DependencyOutputOptions &DepOpts = getDependencyOutputOpts();
H A DCompilerInvocation.cpp938 DependencyOutputOptsToArgs(getDependencyOutputOpts(), List);
2333 ParseDependencyOutputArgs(Res.getDependencyOutputOpts(), *Args);

Completed in 60 milliseconds