Home
last modified time | relevance | path

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

/external/clang/include/clang/Lex/
DLexer.h166 bool isKeepWhitespaceMode() const { in isKeepWhitespaceMode() function
188 assert(!isKeepWhitespaceMode() && in SetCommentRetentionState()
/external/clang/lib/Lex/
DLexer.cpp2016 if (isKeepWhitespaceMode()) { in SkipWhitespace()
2304 if (isKeepWhitespaceMode()) { in SkipBlockComment()
2401 if (isKeepWhitespaceMode()) { in SkipBlockComment()
2949 if (isKeepWhitespaceMode()) { in LexTokenInternal()