Home
last modified time | relevance | path

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

/external/clang/include/clang/Lex/
DLexer.h172 bool isKeepWhitespaceMode() const { in isKeepWhitespaceMode() function
194 assert(!isKeepWhitespaceMode() && in SetCommentRetentionState()
/external/clang/lib/Lex/
DLexer.cpp1876 if (isKeepWhitespaceMode()) { in SkipWhitespace()
2141 if (isKeepWhitespaceMode()) { in SkipBlockComment()
2237 if (isKeepWhitespaceMode()) { in SkipBlockComment()
2560 if (isKeepWhitespaceMode()) { in LexTokenInternal()