Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/include/clang/Lex/
H A DLexer.h766 void cutOffLexing() { BufferPtr = BufferEnd; } in cutOffLexing() function
/src/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp2226 cutOffLexing(); in LexStringLiteral()
2365 cutOffLexing(); in LexAngledStringLiteral()
2459 cutOffLexing(); in LexCharConstant()
2686 cutOffLexing(); in SkipLineComment()
3023 cutOffLexing(); in SkipBlockComment()
3085 cutOffLexing(); in ReadToEndOfLine()
H A DPreprocessor.cpp1242 CurLexer->cutOffLexing(); in LexAfterModuleImport()
H A DPPDirectives.cpp2090 CurLexer->cutOffLexing(); in HandleIncludeDirective()
2416 CurLexer->cutOffLexing(); in HandleHeaderIncludeOrImport()
H A DPragma.cpp906 CurLexer->cutOffLexing(); in HandlePragmaHdrstop()