Home
last modified time | relevance | path

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

/external/clang/lib/Lex/
DLexer.cpp2182 static bool isEndOfBlockCommentWithEscapedNewLine(const char *CurPtr, in isEndOfBlockCommentWithEscapedNewLine() function
2350 if (isEndOfBlockCommentWithEscapedNewLine(CurPtr-2, this)) { in SkipBlockComment()