Searched refs:skipNewline (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | CommentLexer.cpp | 115 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 D | DependencyDirectivesScanner.cpp | 342 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()
|