|
clang 22.0.0git
|
#include "clang/Lex/ScratchBuffer.h"#include "clang/Basic/SourceManager.h"#include "llvm/Support/MemoryBuffer.h"#include <cstring>Go to the source code of this file.
Variables | |
| static const unsigned | ScratchBufSize = 4060 |
|
static |
Definition at line 21 of file ScratchBuffer.cpp.
Referenced by clang::ScratchBuffer::getToken(), and clang::ScratchBuffer::ScratchBuffer().