HomeSort by: relevance | last modified time | path
    Searched refs:isKeepWhitespaceMode (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Lex/
Lexer.h 206 /// isKeepWhitespaceMode - Return true if the lexer should return tokens for
210 bool isKeepWhitespaceMode() const {
232 assert(!isKeepWhitespaceMode() &&
  /src/external/apache2/llvm/dist/clang/lib/Lex/
Lexer.cpp 2237 if (isKeepWhitespaceMode()) {
2536 if (isKeepWhitespaceMode()) {
2633 if (isKeepWhitespaceMode()) {
3219 if (isKeepWhitespaceMode()) {

Completed in 64 milliseconds