Searched refs:cutOffLexing (Results 1 – 5 of 5) sorted by relevance
1947 cutOffLexing(); in LexStringLiteral()2075 cutOffLexing(); in LexAngledStringLiteral()2169 cutOffLexing(); in LexCharConstant()2371 cutOffLexing(); in SkipLineComment()2642 cutOffLexing(); in SkipBlockComment()2704 cutOffLexing(); in ReadToEndOfLine()
1743 CurLexer->cutOffLexing(); in HandleIncludeDirective()2041 CurLexer->cutOffLexing(); in HandleHeaderIncludeOrImport()
1216 CurLexer->cutOffLexing(); in LexAfterModuleImport()
886 CurLexer->cutOffLexing(); in HandlePragmaHdrstop()
728 void cutOffLexing() { BufferPtr = BufferEnd; } in cutOffLexing() function