Home
last modified time | relevance | path

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

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