Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/Lex/
H A DLexer.h765 void cutOffLexing() { BufferPtr = BufferEnd; } in cutOffLexing() function
/openbsd/gnu/llvm/clang/lib/Lex/
H A DLexer.cpp2111 cutOffLexing(); in LexStringLiteral()
2239 cutOffLexing(); in LexAngledStringLiteral()
2333 cutOffLexing(); in LexCharConstant()
2560 cutOffLexing(); in SkipLineComment()
2897 cutOffLexing(); in SkipBlockComment()
2959 cutOffLexing(); in ReadToEndOfLine()
H A DPreprocessor.cpp1250 CurLexer->cutOffLexing(); in LexAfterModuleImport()
H A DPPDirectives.cpp1983 CurLexer->cutOffLexing(); in HandleIncludeDirective()
2291 CurLexer->cutOffLexing(); in HandleHeaderIncludeOrImport()
H A DPragma.cpp895 CurLexer->cutOffLexing(); in HandlePragmaHdrstop()