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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DUtility.h66 OutputStream(char *StartBuf, size_t Size) argument
67 : Buffer(StartBuf), CurrentPosition(0), BufferCapacity(Size) {}
/freebsd-11-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLLexer.h49 explicit LLLexer(StringRef StartBuf, SourceMgr &SM, SMDiagnostic &,
H A DLLLexer.cpp159 LLLexer::LLLexer(StringRef StartBuf, SourceMgr &SM, SMDiagnostic &Err, argument
161 : CurBuf(StartBuf), ErrorInfo(Err), SM(SM), Context(C), APFloatVal(0.0),
/freebsd-11-stable/contrib/llvm-project/clang/tools/clang-format/
H A DClangFormat.cpp301 const char *StartBuf = Code->getBufferStart(); local
304 MemoryBuffer::getMemBuffer(StartBuf, AssumedFileName), SMLoc());
307 SMLoc::getFromPointer(StartBuf + R.getOffset()),

Completed in 88 milliseconds