Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DLexer.cpp1947 cutOffLexing(); in LexStringLiteral()
2075 cutOffLexing(); in LexAngledStringLiteral()
2169 cutOffLexing(); in LexCharConstant()
2371 cutOffLexing(); in SkipLineComment()
2642 cutOffLexing(); in SkipBlockComment()
2704 cutOffLexing(); in ReadToEndOfLine()
H A DPPDirectives.cpp1743 CurLexer->cutOffLexing(); in HandleIncludeDirective()
2041 CurLexer->cutOffLexing(); in HandleHeaderIncludeOrImport()
H A DPreprocessor.cpp1216 CurLexer->cutOffLexing(); in LexAfterModuleImport()
H A DPragma.cpp886 CurLexer->cutOffLexing(); in HandlePragmaHdrstop()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DLexer.h728 void cutOffLexing() { BufferPtr = BufferEnd; } in cutOffLexing() function