Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DCommentLexer.cpp115 const char *skipNewline(const char *BufferPtr, const char *BufferEnd) { in skipNewline() function
247 CurPtr = skipNewline(CurPtr, BufferEnd); in findBCPLCommentEnd()
318 TokenPtr = skipNewline(TokenPtr, CommentEnd); in lexCommentText()
485 BufferPtr = skipNewline(BufferPtr, CommentEnd); in setupAndLexVerbatimBlock()
511 NextLine = skipNewline(Newline, CommentEnd); in lexVerbatimBlockFirstLine()
667 BufferPtr = skipNewline(BufferPtr, CommentEnd); in lexHTMLStartTag()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DDependencyDirectivesScanner.cpp342 static unsigned skipNewline(const char *&First, const char *End) { in skipNewline() function
428 skipNewline(First, End); in skipLine()
485 skipNewline(First, End); in skipLine()
517 skipNewline(Ptr, End); in skipWhitespace()
570 skipNewline(First, End); in lexModuleDirectiveBody()