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

  /frameworks/compile/slang/
slang.cpp 383 clang::DependencyOutputOptions DepOpts;
384 DepOpts.IncludeSystemHeaders = 1;
385 DepOpts.OutputFile = mDepOutputFileName;
386 DepOpts.Targets = mAdditionalDepTargets;
387 DepOpts.Targets.push_back(mDepTargetBCFileName);
392 DepOpts.Targets.push_back(*I);
398 AttachDependencyFileGen(*mPP.get(), DepOpts);
  /external/clang/lib/Frontend/
CompilerInstance.cpp 258 const DependencyOutputOptions &DepOpts = getDependencyOutputOpts();
259 if (!DepOpts.OutputFile.empty())
260 AttachDependencyFileGen(*PP, DepOpts);
263 if (DepOpts.ShowHeaderIncludes)
265 if (!DepOpts.HeaderIncludeOutputFile.empty()) {
266 StringRef OutputPath = DepOpts.HeaderIncludeOutputFile;
    [all...]

Completed in 240 milliseconds