Searched defs:BufferEnd (Results 1 - 8 of 8) sorted by relevance

/freebsd-10-stable/contrib/llvm/include/llvm/Support/
H A DMemoryBuffer.h40 const char *BufferEnd; // End of the buffer. member in class:llvm::MemoryBuffer
/freebsd-10-stable/contrib/llvm/include/llvm/ADT/
H A DStringExtras.h51 static inline char *utohex_buffer(IntTy X, char *BufferEnd) { argument
/freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/
H A DMachineCodeEmitter.h57 uint8_t *BufferBegin, *BufferEnd; member in class:llvm::MachineCodeEmitter
[all...]
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Lex/
H A DLexer.h52 const char *BufferEnd; // End of the buffer. member in class:clang::Lexer
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/
H A DCommentLexer.cpp118 const char *findNewline(const char *BufferPtr, const char *BufferEnd) { argument
126 const char *skipNewline(const char *BufferPtr, const char *BufferEnd) { argument
141 skipNamedCharacterReference(const char *BufferPtr, const char *BufferEnd) argument
150 skipDecimalCharacterReference(const char *BufferPtr, const char *BufferEnd) argument
159 skipHexCharacterReference(const char *BufferPtr, const char *BufferEnd) argument
176 skipHTMLIdentifier(const char *BufferPtr, const char *BufferEnd) argument
188 skipHTMLQuotedString(const char *BufferPtr, const char *BufferEnd) argument
202 skipWhitespace(const char *BufferPtr, const char *BufferEnd) argument
210 isWhitespace(const char *BufferPtr, const char *BufferEnd) argument
222 skipCommandName(const char *BufferPtr, const char *BufferEnd) argument
232 findBCPLCommentEnd(const char *BufferPtr, const char *BufferEnd) argument
258 findCCommentEnd(const char *BufferPtr, const char *BufferEnd) argument
[all...]
H A DCommentParser.cpp45 const char *BufferEnd; member in struct:clang::comments::TextTokenRetokenizer::Position
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
H A DCommentLexer.h236 const char *const BufferEnd; member in class:clang::comments::Lexer
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Lex/
H A DLexer.cpp2555 FindConflictEnd(const char *CurPtr, const char *BufferEnd, ConflictMarkerKind CMK) argument
[all...]

Completed in 80 milliseconds