Home
last modified time | relevance | path

Searched refs:CommentTextStart (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DAsmLexer.cpp199 const char *CommentTextStart = CurPtr; in LexSlash() local
209 SMLoc::getFromPointer(CommentTextStart), in LexSlash()
210 StringRef(CommentTextStart, CurPtr - 1 - CommentTextStart)); in LexSlash()
227 const char *CommentTextStart = CurPtr; in LexLineComment() local
237 SMLoc::getFromPointer(CommentTextStart), in LexLineComment()
238 StringRef(CommentTextStart, CurPtr - 1 - CommentTextStart)); in LexLineComment()