OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ShowDepth
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/Frontend/
HeaderIncludeGen.cpp
26
bool
ShowDepth
;
36
ShowDepth
(ShowDepth_), MSStyle(MSStyle_) {}
50
bool
ShowDepth
, unsigned CurrentIncludeDepth,
61
if (
ShowDepth
) {
79
StringRef OutputPath, bool
ShowDepth
,
106
PrintHeaderInfo(OutputFile, Header.c_str(),
ShowDepth
, 2, MSStyle);
112
ShowDepth
,
152
ShowDepth
, CurrentIncludeDepth, MSStyle);
/external/clang/include/clang/Frontend/
Utils.h
160
/// \param
ShowDepth
- Whether to indent to show the nesting of the includes.
166
bool
ShowDepth
= true, bool MSStyle = false);
Completed in 266 milliseconds