Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/Frontend/
H A DDependencyOutputOptions.h20 class DependencyOutputOptions {
51 DependencyOutputOptions() { in DependencyOutputOptions() function
H A DCompilerInvocation.h112 DependencyOutputOptions DependencyOutputOpts;
182 DependencyOutputOptions &getDependencyOutputOpts() { in getDependencyOutputOpts()
185 const DependencyOutputOptions &getDependencyOutputOpts() const { in getDependencyOutputOpts()
H A DUtils.h39 class DependencyOutputOptions; variable
114 Preprocessor &PP, const DependencyOutputOptions &Opts);
H A DCompilerInstance.h239 DependencyOutputOptions &getDependencyOutputOpts() { in getDependencyOutputOpts()
242 const DependencyOutputOptions &getDependencyOutputOpts() const { in getDependencyOutputOpts()
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/
H A DDependencyFile.cpp159 DFGImpl(const Preprocessor *_PP, const DependencyOutputOptions &Opts) in DFGImpl()
204 clang::Preprocessor &PP, const clang::DependencyOutputOptions &Opts) { in CreateAndAttachToPreprocessor()
H A DCompilerInstance.cpp342 const DependencyOutputOptions &DepOpts = getDependencyOutputOpts(); in createPreprocessor()
H A DCompilerInvocation.cpp624 static void ParseDependencyOutputArgs(DependencyOutputOptions &Opts, in ParseDependencyOutputArgs()
/minix3/external/bsd/llvm/dist/clang/lib/Tooling/
H A DTooling.cpp103 Invocation->getDependencyOutputOpts() = DependencyOutputOptions(); in newInvocation()