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

/external/clang/include/clang/Lex/
H A DLexer.h162 /// isKeepWhitespaceMode - Return true if the lexer should return tokens for
166 bool isKeepWhitespaceMode() const { function in class:clang::Lexer
188 assert(!isKeepWhitespaceMode() &&
/external/clang/lib/Lex/
H A DLexer.cpp1987 if (isKeepWhitespaceMode()) {
2275 if (isKeepWhitespaceMode()) {
2372 if (isKeepWhitespaceMode()) {
2920 if (isKeepWhitespaceMode()) {

Completed in 576 milliseconds