Home
last modified time | relevance | path

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

/external/clang/include/clang/Lex/
DLexer.h622 void cutOffLexing() { BufferPtr = BufferEnd; } in cutOffLexing() function
/external/clang/lib/Lex/
DLexer.cpp1748 cutOffLexing(); in LexStringLiteral()
1930 cutOffLexing(); in LexCharConstant()
2110 cutOffLexing(); in SkipLineComment()
2382 cutOffLexing(); in SkipBlockComment()
2443 cutOffLexing(); in ReadToEndOfLine()
DPPDirectives.cpp1741 CurLexer->cutOffLexing(); in HandleIncludeDirective()