Home
last modified time | relevance | path

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

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