Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/Lex/
HDLexer.h622 void cutOffLexing() { BufferPtr = BufferEnd; } in cutOffLexing() function
/NextBSD/contrib/llvm/tools/clang/lib/Lex/
HDLexer.cpp1744 cutOffLexing(); in LexStringLiteral()
1926 cutOffLexing(); in LexCharConstant()
2106 cutOffLexing(); in SkipLineComment()
2378 cutOffLexing(); in SkipBlockComment()
2439 cutOffLexing(); in ReadToEndOfLine()
HDPPDirectives.cpp1717 CurLexer->cutOffLexing(); in HandleIncludeDirective()