Home
last modified time | relevance | path

Searched refs:TextEnd (Results 1 – 1 of 1) sorted by relevance

/openbsd/gnu/llvm/clang/lib/AST/
H A DCommentLexer.cpp497 const char *TextEnd; in lexVerbatimBlockFirstLine() local
501 TextEnd = Newline; in lexVerbatimBlockFirstLine()
513 TextEnd = BufferPtr + Pos; in lexVerbatimBlockFirstLine()
514 NextLine = TextEnd; in lexVerbatimBlockFirstLine()
516 if (isWhitespace(BufferPtr, TextEnd)) { in lexVerbatimBlockFirstLine()
517 BufferPtr = TextEnd; in lexVerbatimBlockFirstLine()
522 StringRef Text(BufferPtr, TextEnd - BufferPtr); in lexVerbatimBlockFirstLine()