Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DLexer.h710 void cutOffLexing() { BufferPtr = BufferEnd; } in cutOffLexing() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DLexer.cpp1933 cutOffLexing(); in LexStringLiteral()
2061 cutOffLexing(); in LexAngledStringLiteral()
2150 cutOffLexing(); in LexCharConstant()
2335 cutOffLexing(); in SkipLineComment()
2606 cutOffLexing(); in SkipBlockComment()
2667 cutOffLexing(); in ReadToEndOfLine()
H A DPragma.cpp894 CurLexer->cutOffLexing(); in HandlePragmaHdrstop()
H A DPPDirectives.cpp1936 CurLexer->cutOffLexing(); in HandleIncludeDirective()