Searched refs:CommentTextStart (Results 1 – 1 of 1) sorted by relevance
279 const char *CommentTextStart = CurPtr; in LexSlash() local289 SMLoc::getFromPointer(CommentTextStart), in LexSlash()290 StringRef(CommentTextStart, CurPtr - 1 - CommentTextStart)); in LexSlash()307 const char *CommentTextStart = CurPtr; in LexLineComment() local318 SMLoc::getFromPointer(CommentTextStart), in LexLineComment()319 StringRef(CommentTextStart, NewlinePtr - 1 - CommentTextStart)); in LexLineComment()