Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DLexer.h779 void cutOffLexing() { BufferPtr = BufferEnd; } in cutOffLexing() function
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp2245 cutOffLexing(); in LexStringLiteral()
2384 cutOffLexing(); in LexAngledStringLiteral()
2480 cutOffLexing(); in LexCharConstant()
2707 cutOffLexing(); in SkipLineComment()
3044 cutOffLexing(); in SkipBlockComment()
3106 cutOffLexing(); in ReadToEndOfLine()
H A DPreprocessor.cpp1273 CurLexer->cutOffLexing(); in LexAfterModuleImport()
H A DPPDirectives.cpp2124 CurLexer->cutOffLexing(); in HandleIncludeDirective()
2450 CurLexer->cutOffLexing(); in HandleHeaderIncludeOrImport()
H A DPragma.cpp899 CurLexer->cutOffLexing(); in HandlePragmaHdrstop()