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

  /external/clang/lib/AST/
CommentLexer.cpp 86 if (BufferPtr == CommentEnd)
96 if (NewBufferPtr == CommentEnd)
102 if (NewBufferPtr == CommentEnd)
298 assert(TokenPtr < CommentEnd);
299 while (TokenPtr != CommentEnd) {
309 if (TokenPtr == CommentEnd) {
323 if (C == ':' && TokenPtr != CommentEnd && *TokenPtr == ':') {
339 TokenPtr = skipCommandName(TokenPtr, CommentEnd);
344 if (Length == 1 && TokenPtr[-1] == 'f' && TokenPtr != CommentEnd) {
389 if (TokenPtr == CommentEnd) {
    [all...]
  /external/clang/include/clang/AST/
CommentLexer.h 243 const char *CommentEnd;
329 /// Lex stuff inside comments. CommentEnd should be set correctly.

Completed in 40 milliseconds