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

/freebsd-10-stable/contrib/llvm/tools/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() &&
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Lex/
H A DLexer.cpp1969 if (isKeepWhitespaceMode()) {
2250 if (isKeepWhitespaceMode()) {
2347 if (isKeepWhitespaceMode()) {
2895 if (isKeepWhitespaceMode()) {

Completed in 106 milliseconds