Home
last modified time | relevance | path

Searched refs:reachedEOFWhileSkipping (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp672 if (PreambleConditionalStack.reachedEOFWhileSkipping()) in replayPreambleConditionalStack()
H A DPPDirectives.cpp501 if (PreambleConditionalStack.reachedEOFWhileSkipping()) in SkipExcludedConditionalBlock()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h718 bool reachedEOFWhileSkipping() const { return SkipInfo.has_value(); } in reachedEOFWhileSkipping() function