Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Lex/
DDependencyDirectivesSourceMinimizer.cpp229 static unsigned skipNewline(const char *&First, const char *End) { in skipNewline() function
332 skipNewline(First, End); in skipLine()
371 unsigned Len = skipNewline(First, End); in skipLine()
433 skipNewline(First, End); in printToNewline()
444 skipNewline(First, End); in printToNewline()
458 skipNewline(++First, End); in skipWhitespace()
499 skipNewline(First, End); in printAtImportBody()
540 skipNewline(First, End); in getIdentifierContinuation()
631 skipNewline(First, End); in lexAt()
/external/clang/lib/AST/
DCommentLexer.cpp135 const char *skipNewline(const char *BufferPtr, const char *BufferEnd) { in skipNewline() function
258 CurPtr = skipNewline(CurPtr, BufferEnd); in findBCPLCommentEnd()
428 TokenPtr = skipNewline(TokenPtr, CommentEnd); in lexCommentText()
466 BufferPtr = skipNewline(BufferPtr, CommentEnd); in setupAndLexVerbatimBlock()
492 NextLine = skipNewline(Newline, CommentEnd); in lexVerbatimBlockFirstLine()
/external/llvm-project/clang/lib/AST/
DCommentLexer.cpp134 const char *skipNewline(const char *BufferPtr, const char *BufferEnd) { in skipNewline() function
257 CurPtr = skipNewline(CurPtr, BufferEnd); in findBCPLCommentEnd()
305 TokenPtr = skipNewline(TokenPtr, CommentEnd); in lexCommentText()
480 BufferPtr = skipNewline(BufferPtr, CommentEnd); in setupAndLexVerbatimBlock()
506 NextLine = skipNewline(Newline, CommentEnd); in lexVerbatimBlockFirstLine()