Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/Lex/
H A DPreprocessor.cpp673 if (PreambleConditionalStack.reachedEOFWhileSkipping()) in replayPreambleConditionalStack()
H A DPPDirectives.cpp444 if (PreambleConditionalStack.reachedEOFWhileSkipping()) in SkipExcludedConditionalBlock()
/netbsd/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DPreprocessor.h487 bool reachedEOFWhileSkipping() const { return SkipInfo.hasValue(); } in reachedEOFWhileSkipping() function