HomeSort by relevance Sort by last modified time
    Searched refs:DependencyOutputOptions (Results 1 - 8 of 8) 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 {
46 DependencyOutputOptions() {
Utils.h 31 class DependencyOutputOptions;
72 const DependencyOutputOptions &Opts);
CompilerInvocation.h 19 #include "clang/Frontend/DependencyOutputOptions.h"
77 DependencyOutputOptions DependencyOutputOpts;
174 DependencyOutputOptions &getDependencyOutputOpts() {
177 const DependencyOutputOptions &getDependencyOutputOpts() const {
CompilerInstance.h 206 DependencyOutputOptions &getDependencyOutputOpts() {
209 const DependencyOutputOptions &getDependencyOutputOpts() const {
  /external/clang/lib/Frontend/
DependencyFile.cpp 17 #include "clang/Frontend/DependencyOutputOptions.h"
48 const DependencyOutputOptions &Opts)
74 const DependencyOutputOptions &Opts) {
CompilerInstance.cpp 275 const DependencyOutputOptions &DepOpts = getDependencyOutputOpts();
    [all...]
CompilerInvocation.cpp 301 static void DependencyOutputOptsToArgs(const DependencyOutputOptions &Opts,
    [all...]
  /frameworks/compile/slang/
slang.cpp 37 #include "clang/Frontend/DependencyOutputOptions.h"
381 clang::DependencyOutputOptions DepOpts;

Completed in 124 milliseconds