Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPDirectives.cpp2328 if (Action == Enter && HasReachedMaxIncludeDepth && File && in HandleHeaderIncludeOrImport()
2625 HasReachedMaxIncludeDepth = true; in HandleHeaderIncludeOrImport()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h662 bool HasReachedMaxIncludeDepth = false; variable