HomeSort by relevance Sort by last modified time
    Searched defs:EscapePtr (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/AST/
CommentLexer.cpp 250 const char *EscapePtr = CurPtr - 1;
251 while(isHorizontalWhitespace(*EscapePtr))
252 EscapePtr--;
254 if (*EscapePtr == '\\' ||
255 (EscapePtr - 2 >= BufferPtr && EscapePtr[0] == '/' &&
256 EscapePtr[-1] == '?' && EscapePtr[-2] == '?')) {
  /external/clang/lib/Lex/
Lexer.cpp     [all...]

Completed in 91 milliseconds