Home
last modified time | relevance | path

Searched refs:getDependencyOutputOpts (Results 1 – 5 of 5) sorted by relevance

/external/clang/include/clang/Frontend/
DCompilerInvocation.h182 DependencyOutputOptions &getDependencyOutputOpts() { in getDependencyOutputOpts() function
185 const DependencyOutputOptions &getDependencyOutputOpts() const { in getDependencyOutputOpts() function
DCompilerInstance.h259 DependencyOutputOptions &getDependencyOutputOpts() { in getDependencyOutputOpts() function
260 return Invocation->getDependencyOutputOpts(); in getDependencyOutputOpts()
262 const DependencyOutputOptions &getDependencyOutputOpts() const { in getDependencyOutputOpts() function
263 return Invocation->getDependencyOutputOpts(); in getDependencyOutputOpts()
/external/clang/lib/Tooling/
DTooling.cpp98 Invocation->getDependencyOutputOpts() = DependencyOutputOptions(); in newInvocation()
/external/clang/lib/Frontend/
DCompilerInstance.cpp344 const DependencyOutputOptions &DepOpts = getDependencyOutputOpts(); in createPreprocessor()
972 Invocation->getDependencyOutputOpts() = DependencyOutputOptions(); in compileModuleImpl()
DCompilerInvocation.cpp2013 ParseDependencyOutputArgs(Res.getDependencyOutputOpts(), Args); in CreateFromArgs()