Searched refs:getDependencyOutputOpts (Results 1 – 5 of 5) sorted by relevance
182 DependencyOutputOptions &getDependencyOutputOpts() { in getDependencyOutputOpts() function185 const DependencyOutputOptions &getDependencyOutputOpts() const { in getDependencyOutputOpts() function
259 DependencyOutputOptions &getDependencyOutputOpts() { in getDependencyOutputOpts() function260 return Invocation->getDependencyOutputOpts(); in getDependencyOutputOpts()262 const DependencyOutputOptions &getDependencyOutputOpts() const { in getDependencyOutputOpts() function263 return Invocation->getDependencyOutputOpts(); in getDependencyOutputOpts()
98 Invocation->getDependencyOutputOpts() = DependencyOutputOptions(); in newInvocation()
344 const DependencyOutputOptions &DepOpts = getDependencyOutputOpts(); in createPreprocessor()972 Invocation->getDependencyOutputOpts() = DependencyOutputOptions(); in compileModuleImpl()
2013 ParseDependencyOutputArgs(Res.getDependencyOutputOpts(), Args); in CreateFromArgs()