HomeSort by relevance Sort by last modified time
    Searched refs:DependencyOutputOptions (Results 1 - 10 of 10) sorted by null

  /external/clang/include/clang/Frontend/
DependencyOutputOptions.h 1 //===--- DependencyOutputOptions.h ------------------------------*- C++ -*-===//
18 /// DependencyOutputOptions - Options for controlling the compiler dependency
20 class DependencyOutputOptions {
51 DependencyOutputOptions() {
CompilerInvocation.h 18 #include "clang/Frontend/DependencyOutputOptions.h"
112 DependencyOutputOptions DependencyOutputOpts;
182 DependencyOutputOptions &getDependencyOutputOpts() {
185 const DependencyOutputOptions &getDependencyOutputOpts() const {
Utils.h 39 class DependencyOutputOptions;
114 Preprocessor &PP, const DependencyOutputOptions &Opts);
CompilerInstance.h 235 DependencyOutputOptions &getDependencyOutputOpts() {
238 const DependencyOutputOptions &getDependencyOutputOpts() const {
  /external/lldb/include/lldb/Core/
ClangForward.h 55 class DependencyOutputOptions;
  /external/clang/lib/Frontend/
DependencyFile.cpp 17 #include "clang/Frontend/DependencyOutputOptions.h"
149 DFGImpl(const Preprocessor *_PP, const DependencyOutputOptions &Opts)
194 clang::Preprocessor &PP, const clang::DependencyOutputOptions &Opts) {
CompilerInstance.cpp 342 const DependencyOutputOptions &DepOpts = getDependencyOutputOpts();
    [all...]
CompilerInvocation.cpp 581 static void ParseDependencyOutputArgs(DependencyOutputOptions &Opts,
    [all...]
  /frameworks/compile/slang/
slang.cpp 37 #include "clang/Frontend/DependencyOutputOptions.h"
388 clang::DependencyOutputOptions DepOpts;
  /external/clang/lib/Tooling/
Tooling.cpp 103 Invocation->getDependencyOutputOpts() = DependencyOutputOptions();

Completed in 211 milliseconds