Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Lex/
H A DLexer.h766 void cutOffLexing() { BufferPtr = BufferEnd; } in cutOffLexing() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp2181 cutOffLexing(); in LexStringLiteral()
2309 cutOffLexing(); in LexAngledStringLiteral()
2403 cutOffLexing(); in LexCharConstant()
2630 cutOffLexing(); in SkipLineComment()
2967 cutOffLexing(); in SkipBlockComment()
3029 cutOffLexing(); in ReadToEndOfLine()
H A DPPDirectives.cpp2012 CurLexer->cutOffLexing(); in HandleIncludeDirective()
2339 CurLexer->cutOffLexing(); in HandleHeaderIncludeOrImport()
H A DPreprocessor.cpp1233 CurLexer->cutOffLexing(); in LexAfterModuleImport()
H A DPragma.cpp906 CurLexer->cutOffLexing(); in HandlePragmaHdrstop()