Searched refs:getDependencyOutputOpts (Results 1 – 4 of 4) sorted by relevance
198 DependencyOutputOptions &getDependencyOutputOpts() { in getDependencyOutputOpts() function202 const DependencyOutputOptions &getDependencyOutputOpts() const { in getDependencyOutputOpts() function
272 DependencyOutputOptions &getDependencyOutputOpts() { in getDependencyOutputOpts() function273 return Invocation->getDependencyOutputOpts(); in getDependencyOutputOpts()275 const DependencyOutputOptions &getDependencyOutputOpts() const { in getDependencyOutputOpts() function276 return Invocation->getDependencyOutputOpts(); in getDependencyOutputOpts()
418 const DependencyOutputOptions &DepOpts = getDependencyOutputOpts(); in createPreprocessor()821 getDependencyOutputOpts(), getFrontendOpts()); in InitializeSourceManager()1123 Inv.getDependencyOutputOpts() = DependencyOutputOptions();
3264 ParseDependencyOutputArgs(Res.getDependencyOutputOpts(), Args); in CreateFromArgs()