Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h209 MaxAllowedIncludeStackDepth = 200 enumerator
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPDirectives.cpp2547 if (IncludeMacroStack.size() == MaxAllowedIncludeStackDepth-1) { in HandleHeaderIncludeOrImport()