Searched defs:isEndOfBlockCommentWithEscapedNewLine (Results 1 - 1 of 1) sorted by relevance
/external/clang/lib/Lex/ | ||
H A D | Lexer.cpp | 2063 static bool isEndOfBlockCommentWithEscapedNewLine(const char *CurPtr, function 2230 if (isEndOfBlockCommentWithEscapedNewLine(CurPtr-2, this)) { |
Completed in 335 milliseconds