Home
last modified time | relevance | path

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

/external/clang/lib/Lex/
DLexer.cpp2210 static bool isEndOfBlockCommentWithEscapedNewLine(const char *CurPtr, in isEndOfBlockCommentWithEscapedNewLine() function
2378 if (isEndOfBlockCommentWithEscapedNewLine(CurPtr-2, this)) { in SkipBlockComment()
/external/llvm-project/clang/lib/Lex/
DLexer.cpp2440 static bool isEndOfBlockCommentWithEscapedNewLine(const char *CurPtr, in isEndOfBlockCommentWithEscapedNewLine() function
2608 if (isEndOfBlockCommentWithEscapedNewLine(CurPtr-2, this)) { in SkipBlockComment()