Home
last modified time | relevance | path

Searched defs:buffer_end (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DStringPrinter.cpp137 uint8_t *buffer, uint8_t *buffer_end, uint8_t *&next, in GetPrintableImpl() argument
170 uint8_t *buffer, uint8_t *buffer_end, uint8_t *&next, in GetPrintableImpl() argument
219 uint8_t *buffer_end, uint8_t *&next, in GetPrintable() argument
243 __anon830b22d80102(uint8_t *buffer, uint8_t *buffer_end, uint8_t *&next) GetDefaultEscapingHelper() argument
[all...]
/freebsd/contrib/llvm-project/clang/include/clang/Rewrite/Core/
H A DRewriter.h206 buffer_iterator buffer_end() { return RewriteBuffers.end(); } in buffer_end() function
208 const_buffer_iterator buffer_end() const { return RewriteBuffers.end(); } in buffer_end() function
/freebsd/contrib/llvm-project/clang/include/clang/Rewrite/Frontend/
H A DFixItRewriter.h104 iterator buffer_end() { return Rewrite.buffer_end(); } in buffer_end() function
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DLiteralSupport.cpp1761 uint32_t *buffer_end = buffer_begin + codepoint_buffer.size(); in CharLiteralParser() local