Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Lex/
H A DPPDirectives.cpp2203 if (Action == Enter && HasReachedMaxIncludeDepth && File && in HandleHeaderIncludeOrImport()
2502 HasReachedMaxIncludeDepth = true; in HandleHeaderIncludeOrImport()
/openbsd-src/gnu/llvm/clang/include/clang/Lex/
H A DPreprocessor.h639 bool HasReachedMaxIncludeDepth = false; variable