OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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"
110
DependencyOutputOptions
DependencyOutputOpts;
180
DependencyOutputOptions
&getDependencyOutputOpts() {
183
const
DependencyOutputOptions
&getDependencyOutputOpts() const {
Utils.h
36
class
DependencyOutputOptions
;
78
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"
49
const
DependencyOutputOptions
&Opts)
76
const
DependencyOutputOptions
&Opts) {
CompilerInstance.cpp
255
const
DependencyOutputOptions
&DepOpts = getDependencyOutputOpts();
[
all
...]
CompilerInvocation.cpp
508
static void ParseDependencyOutputArgs(
DependencyOutputOptions
&Opts,
[
all
...]
/frameworks/compile/slang/
slang.cpp
37
#include "clang/Frontend/
DependencyOutputOptions
.h"
392
clang::
DependencyOutputOptions
DepOpts;
Completed in 1327 milliseconds