Home
last modified time | relevance | path

Searched refs:DependencyOutputOptions (Results 1 – 9 of 9) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Frontend/
H A DCompilerInvocation.h131 DependencyOutputOptions DependencyOutputOpts;
198 DependencyOutputOptions &getDependencyOutputOpts() { in getDependencyOutputOpts()
202 const DependencyOutputOptions &getDependencyOutputOpts() const { in getDependencyOutputOpts()
H A DDependencyOutputOptions.h26 class DependencyOutputOptions {
68 DependencyOutputOptions() in DependencyOutputOptions() function
H A DUtils.h50 class DependencyOutputOptions; variable
126 Preprocessor &PP, const DependencyOutputOptions &Opts);
181 const DependencyOutputOptions &DepOpts,
H A DCompilerInstance.h272 DependencyOutputOptions &getDependencyOutputOpts() { in getDependencyOutputOpts()
275 const DependencyOutputOptions &getDependencyOutputOpts() const { in getDependencyOutputOpts()
775 DependencyOutputOptions &DepOpts,
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DHeaderIncludeGen.cpp23 const DependencyOutputOptions &DepOpts;
34 const DependencyOutputOptions &DepOpts, in HeaderIncludesCallback()
80 const DependencyOutputOptions &DepOpts, in AttachHeaderIncludeGen()
H A DDependencyFile.cpp173 DFGImpl(const Preprocessor *_PP, const DependencyOutputOptions &Opts) in DFGImpl()
246 clang::Preprocessor &PP, const clang::DependencyOutputOptions &Opts) { in CreateAndAttachToPreprocessor()
H A DCompilerInstance.cpp418 const DependencyOutputOptions &DepOpts = getDependencyOutputOpts(); in createPreprocessor()
828 DependencyOutputOptions &DepOpts, const FrontendOptions &Opts) { in InitializeSourceManager()
1123 Inv.getDependencyOutputOpts() = DependencyOutputOptions();
H A DCompilerInvocation.cpp1328 static void ParseDependencyOutputArgs(DependencyOutputOptions &Opts, in ParseDependencyOutputArgs()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DClangForward.h49 class DependencyOutputOptions; variable