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() {
CompilerInvocation.h 18 #include "clang/Frontend/DependencyOutputOptions.h"
109 DependencyOutputOptions DependencyOutputOpts;
179 DependencyOutputOptions &getDependencyOutputOpts() {
182 const DependencyOutputOptions &getDependencyOutputOpts() const {
Utils.h 31 class DependencyOutputOptions;
73 const DependencyOutputOptions &Opts);
CompilerInstance.h 220 DependencyOutputOptions &getDependencyOutputOpts() {
223 const DependencyOutputOptions &getDependencyOutputOpts() const {
  /external/clang/lib/Frontend/
DependencyFile.cpp 17 #include "clang/Frontend/DependencyOutputOptions.h"
48 const DependencyOutputOptions &Opts)
75 const DependencyOutputOptions &Opts) {
CompilerInstance.cpp 258 const DependencyOutputOptions &DepOpts = getDependencyOutputOpts();
    [all...]
CompilerInvocation.cpp 471 static void ParseDependencyOutputArgs(DependencyOutputOptions &Opts,
    [all...]
  /frameworks/compile/slang/
slang.cpp 37 #include "clang/Frontend/DependencyOutputOptions.h"
390 clang::DependencyOutputOptions DepOpts;

Completed in 228 milliseconds