Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Frontend/
H A DCompilerInvocation.h198 DependencyOutputOptions &getDependencyOutputOpts() { in getDependencyOutputOpts() function
202 const DependencyOutputOptions &getDependencyOutputOpts() const { in getDependencyOutputOpts() function
H A DCompilerInstance.h272 DependencyOutputOptions &getDependencyOutputOpts() { in getDependencyOutputOpts() function
273 return Invocation->getDependencyOutputOpts(); in getDependencyOutputOpts()
275 const DependencyOutputOptions &getDependencyOutputOpts() const { in getDependencyOutputOpts() function
276 return Invocation->getDependencyOutputOpts(); in getDependencyOutputOpts()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DCompilerInstance.cpp418 const DependencyOutputOptions &DepOpts = getDependencyOutputOpts(); in createPreprocessor()
821 getDependencyOutputOpts(), getFrontendOpts()); in InitializeSourceManager()
1123 Inv.getDependencyOutputOpts() = DependencyOutputOptions();
H A DCompilerInvocation.cpp3264 ParseDependencyOutputArgs(Res.getDependencyOutputOpts(), Args); in CreateFromArgs()