Home
last modified time | relevance | path

Searched refs:cutOffLexing (Results 1 – 3 of 3) sorted by relevance

/external/clang/include/clang/Lex/
DLexer.h642 void cutOffLexing() { BufferPtr = BufferEnd; } in cutOffLexing() function
/external/clang/lib/Lex/
DLexer.cpp1776 cutOffLexing(); in LexStringLiteral()
1958 cutOffLexing(); in LexCharConstant()
2138 cutOffLexing(); in SkipLineComment()
2410 cutOffLexing(); in SkipBlockComment()
2471 cutOffLexing(); in ReadToEndOfLine()
DPPDirectives.cpp1917 CurLexer->cutOffLexing(); in HandleIncludeDirective()