OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MaxIncludeStackDepth
(Results
1 - 3
of
3
) sorted by null
/external/clang/lib/Lex/
PPLexerChange.cpp
73
if (
MaxIncludeStackDepth
< IncludeMacroStack.size())
74
MaxIncludeStackDepth
= IncludeMacroStack.size();
Preprocessor.cpp
129
MaxIncludeStackDepth
= 0;
226
llvm::errs() << " " <<
MaxIncludeStackDepth
<< " max include stack depth\n";
/external/clang/include/clang/Lex/
Preprocessor.h
102
///
MaxIncludeStackDepth
- Maximum depth of #includes.
266
unsigned NumEnteredSourceFiles,
MaxIncludeStackDepth
;
[
all
...]
Completed in 363 milliseconds