Home
last modified time | relevance | path

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

/external/clang/include/clang/Lex/
DLexer.h166 bool isKeepWhitespaceMode() const { in isKeepWhitespaceMode() function
188 assert(!isKeepWhitespaceMode() && in SetCommentRetentionState()
/external/llvm-project/clang/include/clang/Lex/
DLexer.h210 bool isKeepWhitespaceMode() const { in isKeepWhitespaceMode() function
232 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()
/external/llvm-project/clang/lib/Lex/
DLexer.cpp2235 if (isKeepWhitespaceMode()) { in SkipWhitespace()
2534 if (isKeepWhitespaceMode()) { in SkipBlockComment()
2631 if (isKeepWhitespaceMode()) { in SkipBlockComment()
3217 if (isKeepWhitespaceMode()) { in LexTokenInternal()