Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DPPDirectives.cpp1710 HasReachedMaxIncludeDepth = true; in HandleIncludeDirective()
1870 if (ShouldEnter && HasReachedMaxIncludeDepth && File && in HandleIncludeDirective()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DPreprocessor.h324 bool HasReachedMaxIncludeDepth = false; variable