Searched refs:PreAppendSize (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp1038 size_t PreAppendSize = FilenameBuffer.size(); local
1039 FilenameBuffer.resize(PreAppendSize + FilenameTok.getLength());
1041 const char *BufPtr = &FilenameBuffer[PreAppendSize];
1045 if (BufPtr != &FilenameBuffer[PreAppendSize])
1046 memcpy(&FilenameBuffer[PreAppendSize], BufPtr, ActualLen);
1050 FilenameBuffer.resize(PreAppendSize + ActualLen);

Completed in 39 milliseconds