Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Interpreter/
H A DIncrementalParser.cpp230 char *MBStart = const_cast<char *>(MB->getBufferStart()); in Parse() local
231 memcpy(MBStart, input.data(), InputSize); in Parse()
232 MBStart[InputSize] = '\n'; in Parse()