Home
last modified time | relevance | path

Searched refs:MaxAllowedIncludeStackDepth (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/include/clang/Lex/
HDPreprocessor.h147 MaxAllowedIncludeStackDepth = 200 enumerator
/NextBSD/contrib/llvm/tools/clang/lib/Lex/
HDPPDirectives.cpp1564 if (IncludeMacroStack.size() == MaxAllowedIncludeStackDepth-1) { in HandleIncludeDirective()