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 241 const char *EscapePtr = CurPtr - 1;
242 while(isHorizontalWhitespace(*EscapePtr))
243 EscapePtr--;
245 if (*EscapePtr == '\\' ||
246 (EscapePtr - 2 >= BufferPtr && EscapePtr[0] == '/' &&
247 EscapePtr[-1] == '?' && EscapePtr[-2] == '?')) {
  /external/clang/lib/Lex/
Lexer.cpp     [all...]

Completed in 767 milliseconds