Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Lex/
H A DLexer.h765 void cutOffLexing() { BufferPtr = BufferEnd; } in cutOffLexing() function
/llvm-project-15.0.7/clang/lib/Lex/
H A DLexer.cpp2050 cutOffLexing(); in LexStringLiteral()
2178 cutOffLexing(); in LexAngledStringLiteral()
2272 cutOffLexing(); in LexCharConstant()
2499 cutOffLexing(); in SkipLineComment()
2836 cutOffLexing(); in SkipBlockComment()
2898 cutOffLexing(); in ReadToEndOfLine()
H A DPreprocessor.cpp1251 CurLexer->cutOffLexing(); in LexAfterModuleImport()
H A DPPDirectives.cpp1996 CurLexer->cutOffLexing(); in HandleIncludeDirective()
2300 CurLexer->cutOffLexing(); in HandleHeaderIncludeOrImport()
H A DPragma.cpp894 CurLexer->cutOffLexing(); in HandlePragmaHdrstop()