Home
last modified time | relevance | path

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

/external/clang/include/clang/Lex/
DLexer.h642 void cutOffLexing() { BufferPtr = BufferEnd; } in cutOffLexing() function
/external/llvm-project/clang/include/clang/Lex/
DLexer.h728 void cutOffLexing() { BufferPtr = BufferEnd; } in cutOffLexing() function
/external/llvm-project/clang/lib/Lex/
DLexer.cpp1945 cutOffLexing(); in LexStringLiteral()
2073 cutOffLexing(); in LexAngledStringLiteral()
2167 cutOffLexing(); in LexCharConstant()
2369 cutOffLexing(); in SkipLineComment()
2640 cutOffLexing(); in SkipBlockComment()
2702 cutOffLexing(); in ReadToEndOfLine()
DPPDirectives.cpp1719 CurLexer->cutOffLexing(); in HandleIncludeDirective()
2017 CurLexer->cutOffLexing(); in HandleHeaderIncludeOrImport()
DPreprocessor.cpp1220 CurLexer->cutOffLexing(); in LexAfterModuleImport()
DPragma.cpp886 CurLexer->cutOffLexing(); in HandlePragmaHdrstop()
/external/clang/lib/Lex/
DLexer.cpp1776 cutOffLexing(); in LexStringLiteral()
1958 cutOffLexing(); in LexCharConstant()
2138 cutOffLexing(); in SkipLineComment()
2410 cutOffLexing(); in SkipBlockComment()
2471 cutOffLexing(); in ReadToEndOfLine()
DPPDirectives.cpp1917 CurLexer->cutOffLexing(); in HandleIncludeDirective()