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.cpp676 if (PreambleConditionalStack.reachedEOFWhileSkipping()) in replayPreambleConditionalStack()
H A DPPDirectives.cpp502 if (PreambleConditionalStack.reachedEOFWhileSkipping()) in SkipExcludedConditionalBlock()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h738 bool reachedEOFWhileSkipping() const { return SkipInfo.has_value(); } in reachedEOFWhileSkipping() function