Home
last modified time | relevance | path

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

/external/clang/include/clang/Frontend/
DCompilerInvocation.h186 DependencyOutputOptions &getDependencyOutputOpts() { in getDependencyOutputOpts() function
189 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/Frontend/
DCompilerInstance.cpp346 const DependencyOutputOptions &DepOpts = getDependencyOutputOpts(); in createPreprocessor()
724 getDependencyOutputOpts(), getFrontendOpts()); in InitializeSourceManager()
1008 Invocation->getDependencyOutputOpts() = DependencyOutputOptions(); in compileModuleImpl()
DCompilerInvocation.cpp2340 ParseDependencyOutputArgs(Res.getDependencyOutputOpts(), Args); in CreateFromArgs()
/external/clang/lib/Tooling/
DTooling.cpp100 Invocation->getDependencyOutputOpts() = DependencyOutputOptions(); in newInvocation()