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.cpp1988 if (isKeepWhitespaceMode()) { in SkipWhitespace()
2276 if (isKeepWhitespaceMode()) { in SkipBlockComment()
2373 if (isKeepWhitespaceMode()) { in SkipBlockComment()
2921 if (isKeepWhitespaceMode()) { in LexTokenInternal()