Home
last modified time | relevance | path

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

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